aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qpdf/test_driver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/test_driver.cc b/qpdf/test_driver.cc
index 30e7d677..81cefce6 100644
--- a/qpdf/test_driver.cc
+++ b/qpdf/test_driver.cc
@@ -3386,7 +3386,7 @@ test_94(QPDF& pdf, char const* arg2)
assert(!p4_new_crop.isIndirect());
assert(p4_new_crop.unparse() == p4_orig_crop.unparseResolved());
- // Exercise copying for inheritence and fallback
+ // Exercise copying for inheritance and fallback
assert(p5.getMediaBox(false) == root_media);
assert(p5.getCropBox(false, false) == root_media);
assert(p5.getBleedBox(false, false) == root_media);