summaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFJob.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-02-25 20:19:38 +0100
committerJay Berkenbilt <ejb@ql.org>2023-02-25 20:19:38 +0100
commitc304bf737b6b68cf3fcaddfa06c3dff01e4077ea (patch)
tree42502695bc139f73df255b042fccb8dca57fd206 /libqpdf/QPDFJob.cc
parentc99a1ecd4f9897d69bc5b343ae7c716a24eb6908 (diff)
downloadqpdf-c304bf737b6b68cf3fcaddfa06c3dff01e4077ea.tar.zst
Spell check
Diffstat (limited to 'libqpdf/QPDFJob.cc')
-rw-r--r--libqpdf/QPDFJob.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDFJob.cc b/libqpdf/QPDFJob.cc
index dabbf2ea..71610672 100644
--- a/libqpdf/QPDFJob.cc
+++ b/libqpdf/QPDFJob.cc
@@ -2178,7 +2178,7 @@ QPDFJob::handleUnderOverlay(QPDF& pdf)
// any overlays to form XObjects. Then it concatenates display
// of all underlays, the original page, and all overlays.
// Prior to 11.3.0, the original page contents were wrapped in
- // q/Q, but this didin't work if the original page had
+ // q/Q, but this didn't work if the original page had
// unbalanced q/Q operators. See github issue #904.
auto& dest_page = main_pages.at(i);
auto dest_page_oh = dest_page.getObjectHandle();