Skip to content

Commit

Permalink
Add substract to spelling dictionary with reminder to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkenbilt committed Oct 14, 2023
1 parent ba7e076 commit d2d954c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@
"submatches",
"subparsers",
"subramanyam",
"subtract",
"substract",
"swversion",
"sysnow",
"sysroot",
Expand Down
2 changes: 1 addition & 1 deletion include/qpdf/QIntC.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d2d954c

Please sign in to comment.