aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFPageObjectHelper.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-01-04 22:09:33 +0100
committerJay Berkenbilt <ejb@ql.org>2021-01-04 22:26:58 +0100
commit18340b883564386c6e8e5d3126698a023033a548 (patch)
treee4498c0a519ecc6af764ff6069c4b92ca9095163 /libqpdf/QPDFPageObjectHelper.cc
parentbf8fd41fee091ad6fe0d10066a4dbb3d8834b005 (diff)
downloadqpdf-18340b883564386c6e8e5d3126698a023033a548.tar.zst
Spell check
Diffstat (limited to 'libqpdf/QPDFPageObjectHelper.cc')
-rw-r--r--libqpdf/QPDFPageObjectHelper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDFPageObjectHelper.cc b/libqpdf/QPDFPageObjectHelper.cc
index f8f5e5a7..07700a66 100644
--- a/libqpdf/QPDFPageObjectHelper.cc
+++ b/libqpdf/QPDFPageObjectHelper.cc
@@ -1084,7 +1084,7 @@ QPDFPageObjectHelper::flattenRotation()
// When we rotate the page, pivot about the point 0, 0 and then
// translate so the page is visible with the origin point being
// the same offset from the lower left corner of the media box.
- // These calculations have been verified emperically with various
+ // These calculations have been verified empirically with various
// PDF readers.
QPDFObjectHandle::Matrix cm;
cm.e = 0.0;