summaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-12-31 16:31:38 +0100
committerJay Berkenbilt <ejb@ql.org>2012-12-31 16:32:32 +0100
commit3e96148aa552eef6325c4d5e77ebae67df286675 (patch)
tree29b76e1ef68e8899d164ba2798a24d973961a737 /libqpdf/QPDF.cc
parent08e4c786583e018d6a4d2f48dfd13bfee4d6a3bd (diff)
downloadqpdf-3e96148aa552eef6325c4d5e77ebae67df286675.tar.zst
Fix spelling errors
Fixed spelling errors in previously published commits and update spelling dictionary
Diffstat (limited to 'libqpdf/QPDF.cc')
-rw-r--r--libqpdf/QPDF.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc
index 46770106..e86aecef 100644
--- a/libqpdf/QPDF.cc
+++ b/libqpdf/QPDF.cc
@@ -235,7 +235,7 @@ QPDF::parse(char const* password)
size_t global_offset = m1.getMatch(1).length();
if (global_offset != 0)
{
- // Emperical evidence strongly suggests that when there is
+ // Empirical evidence strongly suggests that when there is
// leading material prior to the PDF header, all explicit
// offsets in the file are such that 0 points to the
// beginning of the header.
@@ -1273,7 +1273,7 @@ QPDF::readObjectAtOffset(bool try_recovery,
setLastObjectDescription(description, exp_objid, exp_generation);
// Special case: if offset is 0, just return null. Some PDF
- // writers, in particuar "Mac OS X 10.7.5 Quartz PDFContext", may
+ // writers, in particular "Mac OS X 10.7.5 Quartz PDFContext", may
// store deleted objects in the xref table as "0000000000 00000
// n", which is not correct, but it won't hurt anything for to
// ignore these.