summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/document.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf/fitz/document.h')
-rw-r--r--include/mupdf/fitz/document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/document.h b/include/mupdf/fitz/document.h
index f0d114ae..3e6ac1e9 100644
--- a/include/mupdf/fitz/document.h
+++ b/include/mupdf/fitz/document.h
@@ -309,7 +309,7 @@ void fz_register_document_handlers(fz_context *ctx);
fz_recognize_document: Given a magic find a document
handler that can handle a document of this type.
- magic: Can be a file extension (including initial period) or
+ magic: Can be a filename extension (including initial period) or
a mimetype.
*/
const fz_document_handler *fz_recognize_document(fz_context *ctx, const char *magic);