summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-01 20:34:19 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-09 16:33:31 +0100
commit73d70902e00afe3d81aa12c686bc8e6498ba0dcd (patch)
treedcdeecb2c4a2b0953663e603a1f5542fde1acdde /include
parentc75577f9d6216385de1836b2dbca9d2e6f96d8d6 (diff)
downloadqpdf-73d70902e00afe3d81aa12c686bc8e6498ba0dcd.tar.zst
Typos in comments
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh5
-rw-r--r--include/qpdf/qpdf-c.h2
2 files changed, 4 insertions, 3 deletions
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