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",
"subparsers",
"subramanyam",
"subtract",
"substract",
"swversion",
"sysnow",
"sysroot",

View File

@ -277,7 +277,7 @@ namespace QIntC // QIntC = qpdf Integer Conversion
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>
void
range_check_substract_error(T const& cur, T const& delta)