From 73d70902e00afe3d81aa12c686bc8e6498ba0dcd Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 1 Dec 2021 14:34:19 -0500 Subject: [PATCH] Typos in comments --- cSpell.json | 4 ++++ include/qpdf/QPDFObjectHandle.hh | 5 +++-- include/qpdf/qpdf-c.h | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/cSpell.json b/cSpell.json index d90954d5..dc2880f9 100644 --- a/cSpell.json +++ b/cSpell.json @@ -263,6 +263,7 @@ "onum", "opages", "opath", + "orred", "ossl", "ostream", "ostringstreams", @@ -308,6 +309,7 @@ "qpdf", "qpdfacroformdocumenthelper", "qpdfannotationobjecthelper", + "qpdfconstants", "qpdfcrypto", "qpdfcryptoimpl", "qpdfcryptoprovider", @@ -336,6 +338,7 @@ "qpdfstreamfilter", "qpdfsystemerror", "qpdftokenizer", + "qpdftypes", "qpdfwriter", "qpdfx", "qpdfxrefentry", @@ -415,6 +418,7 @@ "unencrypted", "unfilterable", "unparse", + "unretrieved", "upages", "upass", "urandom", diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index 54f2eed3..65531fa6 100644 --- a/include/qpdf/QPDFObjectHandle.hh +++ b/include/qpdf/QPDFObjectHandle.hh @@ -320,8 +320,9 @@ class QPDFObjectHandle QPDF_DLL char const* getTypeName(); - // Exactly one of these will return true for any initialized object. Operator - // and InlineImage are only allowed in content streams. + // Exactly one of these will return true for any initialized + // object. Operator and InlineImage are only allowed in content + // streams. QPDF_DLL bool isBool(); QPDF_DLL diff --git a/include/qpdf/qpdf-c.h b/include/qpdf/qpdf-c.h index 0aa40092..0e5071cb 100644 --- a/include/qpdf/qpdf-c.h +++ b/include/qpdf/qpdf-c.h @@ -535,7 +535,7 @@ extern "C" { * object. All QPDFObjectHandle objects are deleted when they are * no longer referenced. Releasing an object handle simply * invalidates it. For example, if you create an object, - * add it to an existing dictionary or array, and then release it's + * add it to an existing dictionary or array, and then release its * handle, the object is safely part of the dictionary or array. * Similarly, any other object handle refering to the object remains * valid. Explicitly releasing an object handle is essentially the