Commit 4cbf32bfdb9b2fc45e80798745681572219e1c54
1 parent
c9271335
Fix typo in comment
Showing
1 changed file
with
1 additions
and
1 deletions
include/qpdf/QPDFPageObjectHelper.hh
| ... | ... | @@ -175,7 +175,7 @@ class QPDFPageObjectHelper: public QPDFObjectHelper |
| 175 | 175 | QPDF_DLL |
| 176 | 176 | void removeUnreferencedResources(); |
| 177 | 177 | |
| 178 | - // Return a new QPDFPageDocumentHelper that is a duplicate of the | |
| 178 | + // Return a new QPDFPageObjectHelper that is a duplicate of the | |
| 179 | 179 | // page. The returned object is an indirect object that is ready |
| 180 | 180 | // to be inserted into the same or a different QPDF object using |
| 181 | 181 | // any of the addPage methods in QPDFPageDocumentHelper or QPDF. | ... | ... |