aboutsummaryrefslogtreecommitdiffstats
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
parentc99a1ecd4f9897d69bc5b343ae7c716a24eb6908 (diff)
downloadqpdf-c304bf737b6b68cf3fcaddfa06c3dff01e4077ea.tar.zst
Spell check
-rw-r--r--ChangeLog2
-rw-r--r--libqpdf/QPDFJob.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 05697027..2ee054d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2023-02-25 Jay Berkenbilt <ejb@ql.org>
* When performing overlay or underlay operations, convert the
- origianal page to a form XObject instead of simply isolating its
+ original page to a form XObject instead of simply isolating its
contents with q/Q operators. This prevents unbalanced q/Q
operators in any of the original pages from messing up the
graphics state of anything that is overlaid on top of it. Fixes
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();