Commit ad03b51b3dbcd1265b72efd9cc85fac7507dbc52
1 parent
c0a816a6
typo in comment
git-svn-id: svn+q:///qpdf/trunk@745 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
1 additions
and
1 deletions
include/qpdf/QPDF.hh
| ... | ... | @@ -35,7 +35,7 @@ class QPDF |
| 35 | 35 | |
| 36 | 36 | // Associate a file with a QPDF object and do initial parsing of |
| 37 | 37 | // the file. PDF objects are not read until they are needed. A |
| 38 | - // QPDF object may be associated with only on file in its | |
| 38 | + // QPDF object may be associated with only one file in its | |
| 39 | 39 | // lifetime. This method must be called before any methods that |
| 40 | 40 | // potentially ask for information about the PDF file are called. |
| 41 | 41 | // Prior to calling this, the only methods that are allowed are | ... | ... |