aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Real.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-04-21 19:07:28 +0200
committerJay Berkenbilt <ejb@ql.org>2019-04-21 19:09:11 +0200
commit81205e007b58199c31af6db762757d182a5737f0 (patch)
tree36882be604e7e6fd1054513da95c7a6a4effb0a8 /libqpdf/QPDF_Real.cc
parent12b159118a67abf2c2d47492c6c502f5f5720d7f (diff)
downloadqpdf-81205e007b58199c31af6db762757d182a5737f0.tar.zst
Spell check
Diffstat (limited to 'libqpdf/QPDF_Real.cc')
-rw-r--r--libqpdf/QPDF_Real.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDF_Real.cc b/libqpdf/QPDF_Real.cc
index b4c8283f..396ea25f 100644
--- a/libqpdf/QPDF_Real.cc
+++ b/libqpdf/QPDF_Real.cc
@@ -26,7 +26,7 @@ JSON
QPDF_Real::getJSON()
{
// While PDF allows .x or -.x, JSON does not. Rather than
- // convering from string to double and back, just handle this as a
+ // converting from string to double and back, just handle this as a
// special case for JSON.
std::string result;
if (this->val.length() == 0)