aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFExc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDFExc.cc')
-rw-r--r--libqpdf/QPDFExc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDFExc.cc b/libqpdf/QPDFExc.cc
index 8bbfb0b4..728d4ce8 100644
--- a/libqpdf/QPDFExc.cc
+++ b/libqpdf/QPDFExc.cc
@@ -43,7 +43,7 @@ QPDFExc::createWhat(std::string const& filename,
}
if (offset > 0)
{
- result += "file position " + QUtil::int_to_string(offset);
+ result += "offset " + QUtil::int_to_string(offset);
}
result += ")";
}