summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-08-31 14:43:18 +0200
committerJay Berkenbilt <ejb@ql.org>2019-08-31 14:43:18 +0200
commit0787ec962098e2ab88ba70ba5e2ec7e2e5dfc65f (patch)
treee24d7e3eeae83dd9f84027be4d1e4314dc48caa7 /include
parent00fd9b3e035c9c155f15a52ef7dfa3366d35662f (diff)
downloadqpdf-0787ec962098e2ab88ba70ba5e2ec7e2e5dfc65f.tar.zst
spell check
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QIntC.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/QIntC.hh b/include/qpdf/QIntC.hh
index dac85065..3383a91c 100644
--- a/include/qpdf/QIntC.hh
+++ b/include/qpdf/QIntC.hh
@@ -179,8 +179,8 @@ namespace QIntC // QIntC = qpdf Integer Conversion
}
};
- // Specific converers. The return type of each function must match
- // the second template prameter to IntConverter.
+ // Specific converters. The return type of each function must match
+ // the second template parameter to IntConverter.
template <typename T>
char to_char(T const& i)
{