summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/document.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-07-31 16:03:58 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-08-10 14:09:46 +0200
commit61b9c24763ec367ba788937fc309d710120db5fd (patch)
tree3ea6408018b202f2f8936b9b9e0e853da0d5735a /include/mupdf/fitz/document.h
parentf5e7567f45e0d0e092d077e0c102cd7bd41ddf2a (diff)
downloadmupdf-61b9c24763ec367ba788937fc309d710120db5fd.tar.xz
The proper term is apparently 'filename extension', not 'suffix'.
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);