This commit is contained in:
Jay Berkenbilt 2022-09-07 17:26:32 -04:00
parent a0c32b1e8d
commit bac559559e
1 changed files with 1 additions and 1 deletions

View File

@ -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);