2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-12-22 10:58:58 +00:00

Add substract to spelling dictionary with reminder to remove

This commit is contained in:
Jay Berkenbilt 2023-10-14 19:33:47 -04:00
parent ba7e076d81
commit d2d954ca15
2 changed files with 2 additions and 2 deletions

View File

@ -630,7 +630,7 @@
"submatches", "submatches",
"subparsers", "subparsers",
"subramanyam", "subramanyam",
"subtract", "substract",
"swversion", "swversion",
"sysnow", "sysnow",
"sysroot", "sysroot",

View File

@ -277,7 +277,7 @@ namespace QIntC // QIntC = qpdf Integer Conversion
QIntC::range_check_error<T>(cur, delta); QIntC::range_check_error<T>(cur, delta);
} }
// ABI: fix spelling error in function name // ABI: fix spelling error in function name. Also remove "substract" from spelling dictionary.
template <typename T> template <typename T>
void void
range_check_substract_error(T const& cur, T const& delta) range_check_substract_error(T const& cur, T const& delta)