From 73d70902e00afe3d81aa12c686bc8e6498ba0dcd Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 1 Dec 2021 14:34:19 -0500 Subject: Typos in comments --- include/qpdf/QPDFObjectHandle.hh | 5 +++-- include/qpdf/qpdf-c.h | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'include') 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 -- cgit v1.2.3-54-g00ecf