aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFJob_json.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-10-07 23:46:07 +0200
committerJay Berkenbilt <ejb@ql.org>2023-10-07 23:52:35 +0200
commit8854143c7b204534d4ee2ecdf96fd17be0f7e9bd (patch)
tree98c4e141ff9908f554c958c7c201a1d3ccdbad19 /libqpdf/QPDFJob_json.cc
parent076b33ce4ef5027428fefbc0cddb5a3f86221c3d (diff)
downloadqpdf-8854143c7b204534d4ee2ecdf96fd17be0f7e9bd.tar.zst
Spell check
Diffstat (limited to 'libqpdf/QPDFJob_json.cc')
-rw-r--r--libqpdf/QPDFJob_json.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDFJob_json.cc b/libqpdf/QPDFJob_json.cc
index 95622f36..932cc84c 100644
--- a/libqpdf/QPDFJob_json.cc
+++ b/libqpdf/QPDFJob_json.cc
@@ -32,7 +32,7 @@ namespace
// The code that calls these methods is automatically generated by generate_auto_job. This
// describes how we implement what it does. We keep a stack of handlers in json_handlers.
- // The top of the stack is the "current" json handler, intially for the top-level object.
+ // The top of the stack is the "current" json handler, initially for the top-level object.
// Whenever we encounter a scalar, we add a handler using addBare, addParameter, or
// addChoices. Whenever we encounter a dictionary, we first add the dictionary handlers.
// Then we walk into the dictionary and, for each key, we register a dict key handler and