summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/inc/pdfparse.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/pdfimport/inc/pdfparse.hxx')
-rw-r--r--sdext/source/pdfimport/inc/pdfparse.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/inc/pdfparse.hxx b/sdext/source/pdfimport/inc/pdfparse.hxx
index 06e222efb08d..e2051c573cd9 100644
--- a/sdext/source/pdfimport/inc/pdfparse.hxx
+++ b/sdext/source/pdfimport/inc/pdfparse.hxx
@@ -194,7 +194,7 @@ struct PDFDict : public PDFContainer
// removes a name/value pair from the dict
void eraseValue( const rtl::OString& rName );
// builds new map as of sub elements
- // returns NULL if successfull, else the first offending element
+ // returns NULL if successful, else the first offending element
PDFEntry* buildMap();
};