aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QUtil.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-04-14 20:36:25 +0200
committerJay Berkenbilt <ejb@ql.org>2013-04-14 20:36:25 +0200
commit403bb68d33b8bd5b0e8269bd1717f9d6fe6fea0b (patch)
tree1db71635f3a408f5bca4fa567a3cb7eb94db7dd4 /libqpdf/QUtil.cc
parent65c667eef9db35b9f95245a230600eb1f9a3aaeb (diff)
downloadqpdf-403bb68d33b8bd5b0e8269bd1717f9d6fe6fea0b.tar.zst
Run spelling checker
Diffstat (limited to 'libqpdf/QUtil.cc')
-rw-r--r--libqpdf/QUtil.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QUtil.cc b/libqpdf/QUtil.cc
index adcb1515..c158e803 100644
--- a/libqpdf/QUtil.cc
+++ b/libqpdf/QUtil.cc
@@ -60,7 +60,7 @@ QUtil::double_to_string(double num, int decimal_places)
{
// Backward compatibility -- this code used to use sprintf and
// treated decimal_places <= 0 to mean to use the default, which
- // was six decimal places. Also sprintf with %*.f interprents the
+ // was six decimal places. Also sprintf with %*.f interprets the
// length as fixed point rather than significant figures.
if (decimal_places <= 0)
{