aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Real.cc
diff options
context:
space:
mode:
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)