Commit 4cbf32bfdb9b2fc45e80798745681572219e1c54

Authored by Jay Berkenbilt
1 parent c9271335

Fix typo in comment

include/qpdf/QPDFPageObjectHelper.hh
@@ -175,7 +175,7 @@ class QPDFPageObjectHelper: public QPDFObjectHelper @@ -175,7 +175,7 @@ class QPDFPageObjectHelper: public QPDFObjectHelper
175 QPDF_DLL 175 QPDF_DLL
176 void removeUnreferencedResources(); 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 // page. The returned object is an indirect object that is ready 179 // page. The returned object is an indirect object that is ready
180 // to be inserted into the same or a different QPDF object using 180 // to be inserted into the same or a different QPDF object using
181 // any of the addPage methods in QPDFPageDocumentHelper or QPDF. 181 // any of the addPage methods in QPDFPageDocumentHelper or QPDF.