summaryrefslogtreecommitdiff
path: root/include/mupdf/helpers/mu-office-lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf/helpers/mu-office-lib.h')
-rw-r--r--include/mupdf/helpers/mu-office-lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/helpers/mu-office-lib.h b/include/mupdf/helpers/mu-office-lib.h
index 759c892a..d2bff1ac 100644
--- a/include/mupdf/helpers/mu-office-lib.h
+++ b/include/mupdf/helpers/mu-office-lib.h
@@ -270,7 +270,7 @@ void MuOfficeLib_destroy(MuOfficeLib *mu);
MuOfficeDocType MuOfficeLib_getDocTypeFromFileExtension(const char *path);
/**
- * Return a list of file extensions supported by Mu Office library.
+ * Return a list of filename extensions supported by Mu Office library.
*
* @return comma-delimited list of extensions, without the leading ".".
* The caller should free the returned pointer..