aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-05 01:55:02 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-05 01:55:02 +0200
commitad03b51b3dbcd1265b72efd9cc85fac7507dbc52 (patch)
treefd35cb2a8d77bea85e3cea46cfc0396498b90a7f /include
parentc0a816a62561c9259d924b96fa96620ca871c4f4 (diff)
downloadqpdf-ad03b51b3dbcd1265b72efd9cc85fac7507dbc52.tar.zst
typo in comment
git-svn-id: svn+q:///qpdf/trunk@745 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 34e0842c..af5e33b3 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -35,7 +35,7 @@ class QPDF
// Associate a file with a QPDF object and do initial parsing of
// the file. PDF objects are not read until they are needed. A
- // QPDF object may be associated with only on file in its
+ // QPDF object may be associated with only one file in its
// lifetime. This method must be called before any methods that
// potentially ask for information about the PDF file are called.
// Prior to calling this, the only methods that are allowed are