aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-05 02:10:34 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-05 03:33:14 +0100
commit2e342ee5bb4dfaab04229f6b8dfe9e457aeefd96 (patch)
tree38a5ef7c4572edc07ec9e48a03d50fed940d3cac /include/qpdf
parentee2aad438164da5f3fd9ff3f3eacbaad81bbebcc (diff)
downloadqpdf-2e342ee5bb4dfaab04229f6b8dfe9e457aeefd96.tar.zst
Spell check
Diffstat (limited to 'include/qpdf')
-rw-r--r--include/qpdf/JSON.hh2
-rw-r--r--include/qpdf/QPDFFormFieldObjectHelper.hh2
-rw-r--r--include/qpdf/QPDFObjectHandle.hh4
3 files changed, 4 insertions, 4 deletions
diff --git a/include/qpdf/JSON.hh b/include/qpdf/JSON.hh
index 78f5cc05..d798eee6 100644
--- a/include/qpdf/JSON.hh
+++ b/include/qpdf/JSON.hh
@@ -84,7 +84,7 @@ class JSON
// element of this object's corresponding array.
// * Otherwise, the value is ignored.
//
- // QPDF's JSON output conforms to certain strict compatability
+ // QPDF's JSON output conforms to certain strict compatibility
// rules as discussed in the manual. The idea is that a JSON
// structure created manually in qpdf.cc doubles as both JSON help
// information and a schema for validating the JSON that qpdf
diff --git a/include/qpdf/QPDFFormFieldObjectHelper.hh b/include/qpdf/QPDFFormFieldObjectHelper.hh
index a03ce555..9b511778 100644
--- a/include/qpdf/QPDFFormFieldObjectHelper.hh
+++ b/include/qpdf/QPDFFormFieldObjectHelper.hh
@@ -182,7 +182,7 @@ class QPDFFormFieldObjectHelper: public QPDFObjectHelper
void setV(std::string const& utf8_value, bool need_appearances = true);
// Update the appearance stream for this field. Note that qpdf's
- // abilitiy to generate appearance streams is limited. We only
+ // ability to generate appearance streams is limited. We only
// generate appearance streams for streams of type text or choice.
// The appearance uses the default parameters provided in the
// file, and it only supports ASCII characters. Quadding is
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index d078a6e2..ce6ac0ef 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -592,8 +592,8 @@ class QPDFObjectHandle
QPDF_DLL
void mergeResources(QPDFObjectHandle other);
- // Get all resource names from a resourcey dictionary. If this
- // object is a dctionary, this method returns a set of all the
+ // Get all resource names from a resource dictionary. If this
+ // object is a dictionary, this method returns a set of all the
// keys in all top-level subdictionaries. For resources
// dictionaries, this is the collection of names that may be
// referenced in the content stream.