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 cc95c0a7..d7dbd447 100644
--- a/include/mupdf/fitz/document.h
+++ b/include/mupdf/fitz/document.h
@@ -355,7 +355,7 @@ void fz_drop_page(fz_context *ctx, fz_page *page);
duration: A pointer to a place to set the page duration in seconds.
Will be set to 0 if no transition is specified for the page.
- Returns: a pointer to a the transition structure, or NULL if there is no
+ Returns: a pointer to the transition structure, or NULL if there is no
transition specified for the page.
*/
fz_transition *fz_page_presentation(fz_context *ctx, fz_page *page, fz_transition *transition, float *duration);