2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-28 16:00:53 +00:00

Fix typo in comment

This commit is contained in:
Jay Berkenbilt 2020-12-30 13:20:42 -05:00
parent c9271335fa
commit 4cbf32bfdb

View File

@ -175,7 +175,7 @@ class QPDFPageObjectHelper: public QPDFObjectHelper
QPDF_DLL
void removeUnreferencedResources();
// Return a new QPDFPageDocumentHelper that is a duplicate of the
// Return a new QPDFPageObjectHelper that is a duplicate of the
// page. The returned object is an indirect object that is ready
// to be inserted into the same or a different QPDF object using
// any of the addPage methods in QPDFPageDocumentHelper or QPDF.