summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-02-01 03:40:06 +0100
committerJay Berkenbilt <ejb@ql.org>2019-02-01 03:41:29 +0100
commitfec5bb124cc91cbdd0d6fe33bf773a9cae32e807 (patch)
treea5bbf3c11c7dc927cfa57e7d662b868178630a22 /include
parent1fba24aada0290d646b04289ab95395905f10c27 (diff)
downloadqpdf-fec5bb124cc91cbdd0d6fe33bf773a9cae32e807.tar.zst
Spell check
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFPageObjectHelper.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/QPDFPageObjectHelper.hh b/include/qpdf/QPDFPageObjectHelper.hh
index adf7cbda..d7291723 100644
--- a/include/qpdf/QPDFPageObjectHelper.hh
+++ b/include/qpdf/QPDFPageObjectHelper.hh
@@ -174,8 +174,8 @@ class QPDFPageObjectHelper: public QPDFObjectHelper
// to be inserted into the same or a different QPDF object using
// any of the addPage methods in QPDFPageDocumentHelper or QPDF.
// Without calling one of those methods, the page will not be
- // added anywhere. Thew new page object shares all content streams
- // and indirect objet resources with the original page, so if you
+ // added anywhere. The new page object shares all content streams
+ // and indirect object resources with the original page, so if you
// are going to modify the contents or other aspects of the page,
// you will need to handling copying of the component parts
// separately.