Commit d2d954ca1536803fb726cf645411bf939b6c26df

Authored by Jay Berkenbilt
1 parent ba7e076d

Add substract to spelling dictionary with reminder to remove

cSpell.json
@@ -630,7 +630,7 @@ @@ -630,7 +630,7 @@
630 "submatches", 630 "submatches",
631 "subparsers", 631 "subparsers",
632 "subramanyam", 632 "subramanyam",
633 - "subtract", 633 + "substract",
634 "swversion", 634 "swversion",
635 "sysnow", 635 "sysnow",
636 "sysroot", 636 "sysroot",
include/qpdf/QIntC.hh
@@ -277,7 +277,7 @@ namespace QIntC // QIntC = qpdf Integer Conversion @@ -277,7 +277,7 @@ namespace QIntC // QIntC = qpdf Integer Conversion
277 QIntC::range_check_error<T>(cur, delta); 277 QIntC::range_check_error<T>(cur, delta);
278 } 278 }
279 279
280 - // ABI: fix spelling error in function name 280 + // ABI: fix spelling error in function name. Also remove "substract" from spelling dictionary.
281 template <typename T> 281 template <typename T>
282 void 282 void
283 range_check_substract_error(T const& cur, T const& delta) 283 range_check_substract_error(T const& cur, T const& delta)