mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Add substract to spelling dictionary with reminder to remove
This commit is contained in:
parent
ba7e076d81
commit
d2d954ca15
@ -630,7 +630,7 @@
|
||||
"submatches",
|
||||
"subparsers",
|
||||
"subramanyam",
|
||||
"subtract",
|
||||
"substract",
|
||||
"swversion",
|
||||
"sysnow",
|
||||
"sysroot",
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user