summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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