From d2d954ca1536803fb726cf645411bf939b6c26df Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 14 Oct 2023 19:33:47 -0400 Subject: Add substract to spelling dictionary with reminder to remove --- cSpell.json | 2 +- include/qpdf/QIntC.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cSpell.json b/cSpell.json index 9a4eea86..1fd89662 100644 --- a/cSpell.json +++ b/cSpell.json @@ -630,7 +630,7 @@ "submatches", "subparsers", "subramanyam", - "subtract", + "substract", "swversion", "sysnow", "sysroot", diff --git a/include/qpdf/QIntC.hh b/include/qpdf/QIntC.hh index 6e997ffc..8db0a89d 100644 --- a/include/qpdf/QIntC.hh +++ b/include/qpdf/QIntC.hh @@ -277,7 +277,7 @@ namespace QIntC // QIntC = qpdf Integer Conversion QIntC::range_check_error(cur, delta); } - // ABI: fix spelling error in function name + // ABI: fix spelling error in function name. Also remove "substract" from spelling dictionary. template void range_check_substract_error(T const& cur, T const& delta) -- cgit v1.2.3-54-g00ecf