Commit bac559559e7c218dd8a987cfebb395b2bc45eaee
1 parent
a0c32b1e
Fix typo
Showing
1 changed file
with
1 additions
and
1 deletions
qpdf/test_driver.cc
| ... | ... | @@ -3386,7 +3386,7 @@ test_94(QPDF& pdf, char const* arg2) |
| 3386 | 3386 | assert(!p4_new_crop.isIndirect()); |
| 3387 | 3387 | assert(p4_new_crop.unparse() == p4_orig_crop.unparseResolved()); |
| 3388 | 3388 | |
| 3389 | - // Exercise copying for inheritence and fallback | |
| 3389 | + // Exercise copying for inheritance and fallback | |
| 3390 | 3390 | assert(p5.getMediaBox(false) == root_media); |
| 3391 | 3391 | assert(p5.getCropBox(false, false) == root_media); |
| 3392 | 3392 | assert(p5.getBleedBox(false, false) == root_media); | ... | ... |