Commit d2d954ca1536803fb726cf645411bf939b6c26df
1 parent
ba7e076d
Add substract to spelling dictionary with reminder to remove
Showing
2 changed files
with
2 additions
and
2 deletions
cSpell.json
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) |