aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-12-30 19:20:42 +0100
committerJay Berkenbilt <ejb@ql.org>2020-12-30 19:20:42 +0100
commit4cbf32bfdb9b2fc45e80798745681572219e1c54 (patch)
tree0dd911c2e351a3659c35a630632bc2515683b1aa /include
parentc9271335fa8eef118b7294076bd079698919f430 (diff)
downloadqpdf-4cbf32bfdb9b2fc45e80798745681572219e1c54.tar.zst
Fix typo in comment
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFPageObjectHelper.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDFPageObjectHelper.hh b/include/qpdf/QPDFPageObjectHelper.hh
index 42d67088..9f1addd2 100644
--- a/include/qpdf/QPDFPageObjectHelper.hh
+++ b/include/qpdf/QPDFPageObjectHelper.hh
@@ -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.