aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/JSON.hh
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-06-06 17:05:29 +0200
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-06-09 12:40:18 +0200
commit5c6808b484d954de68b26d7108b2f26e3c958c21 (patch)
treeac71c64334ad258f320d94fbb858c933044bb7fe /include/qpdf/JSON.hh
parent7cae125e6e1fa7a41ad17a3cd513fbd2d1ddc67e (diff)
downloadqpdf-5c6808b484d954de68b26d7108b2f26e3c958c21.tar.zst
Fix minor doc typos in JSON.hh
Diffstat (limited to 'include/qpdf/JSON.hh')
-rw-r--r--include/qpdf/JSON.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/qpdf/JSON.hh b/include/qpdf/JSON.hh
index 64a593d0..ef1632c2 100644
--- a/include/qpdf/JSON.hh
+++ b/include/qpdf/JSON.hh
@@ -58,8 +58,8 @@ class JSON
QPDF_DLL
std::string unparse() const;
- // Write the JSON object through a pipline. The `depth` parameter
- // specifies how deeply nested this in another JSON structure,
+ // Write the JSON object through a pipeline. The `depth` parameter
+ // specifies how deeply nested this is in another JSON structure,
// which makes it possible to write clean-looking JSON
// incrementally.
QPDF_DLL
@@ -152,8 +152,8 @@ class JSON
bool isDictionary() const;
// If the key is already in the dictionary, return true.
- // Otherwise, mark it has seen and return false. This is primarily
- // intended to used by the parser to detect duplicate keys when
+ // Otherwise, mark it as seen and return false. This is primarily
+ // intended to be used by the parser to detect duplicate keys when
// the reactor blocks them from being added to the final
// dictionary.
QPDF_DLL