aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf/test_driver.cc
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 /qpdf/test_driver.cc
parent1fba24aada0290d646b04289ab95395905f10c27 (diff)
downloadqpdf-fec5bb124cc91cbdd0d6fe33bf773a9cae32e807.tar.zst
Spell check
Diffstat (limited to 'qpdf/test_driver.cc')
-rw-r--r--qpdf/test_driver.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpdf/test_driver.cc b/qpdf/test_driver.cc
index 743a0082..e83f84aa 100644
--- a/qpdf/test_driver.cc
+++ b/qpdf/test_driver.cc
@@ -1985,9 +1985,9 @@ void runtest(int n, char const* filename1, char const* arg2)
// red pages are from pdf, blue pages are from pdf2
// red pages always have stated rotation absolutely
- // 56: blue pages are overlayed exactly on top of red pages
+ // 56: blue pages are overlaid exactly on top of red pages
// 57: blue pages have stated rotation relative to red pages
- // 58: blue pages have no rotation (absolutely upgright)
+ // 58: blue pages have no rotation (absolutely upright)
// 59: blue pages have stated rotation absolutely
bool handle_from_transformation = ((n == 57) || (n == 59));
bool invert_to_transformation = ((n == 58) || (n == 59));