aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-10-15 01:33:47 +0200
committerJay Berkenbilt <ejb@ql.org>2023-10-15 01:33:47 +0200
commitd2d954ca1536803fb726cf645411bf939b6c26df (patch)
treeda177a0bef62139695801195f6e0891b455ac5f8 /include
parentba7e076d81cc740cb39e5db38c114c5358f75628 (diff)
downloadqpdf-d2d954ca1536803fb726cf645411bf939b6c26df.tar.zst
Add substract to spelling dictionary with reminder to remove
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QIntC.hh2
1 files changed, 1 insertions, 1 deletions
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<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)