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:
parent
ba7e076d81
commit
d2d954ca15
@ -630,7 +630,7 @@
|
|||||||
"submatches",
|
"submatches",
|
||||||
"subparsers",
|
"subparsers",
|
||||||
"subramanyam",
|
"subramanyam",
|
||||||
"subtract",
|
"substract",
|
||||||
"swversion",
|
"swversion",
|
||||||
"sysnow",
|
"sysnow",
|
||||||
"sysroot",
|
"sysroot",
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user