summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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)
{