aboutsummaryrefslogtreecommitdiffstats
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
parentc75577f9d6216385de1836b2dbca9d2e6f96d8d6 (diff)
downloadqpdf-73d70902e00afe3d81aa12c686bc8e6498ba0dcd.tar.zst
Typos in comments
-rw-r--r--cSpell.json4
-rw-r--r--include/qpdf/QPDFObjectHandle.hh5
-rw-r--r--include/qpdf/qpdf-c.h2
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