summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-04-21 19:35:14 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2009-04-21 19:35:14 +0200
commit8c54a15e1715721ee7af7e82c90b8dda3689c65f (patch)
tree8caffd23d3e59b7bb02affd037797b4aa96a97dc /glib
parent39d09fa237d06fa93b02eb916d2c0242c4e8fe85 (diff)
[glib] Fix a typo in poppler_date_parse documentation
Diffstat (limited to 'glib')
-rw-r--r--glib/poppler-date.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/poppler-date.cc b/glib/poppler-date.cc
index f29a8192..2444f93c 100644
--- a/glib/poppler-date.cc
+++ b/glib/poppler-date.cc
@@ -27,7 +27,7 @@
* @timet: an uninitialized #time_t
*
* Parses a PDF format date string and converts it to a #time_t. Returns #FALSE
- * if the parsing file or the input string is not a valid PDF format date string
+ * if the parsing fails or the input string is not a valid PDF format date string
*
* Return value: #TRUE, if @timet was set
**/