From 3e96148aa552eef6325c4d5e77ebae67df286675 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 31 Dec 2012 10:31:38 -0500 Subject: Fix spelling errors Fixed spelling errors in previously published commits and update spelling dictionary --- libqpdf/QPDF.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libqpdf/QPDF.cc') 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. -- cgit v1.2.3-54-g00ecf