From 5c6808b484d954de68b26d7108b2f26e3c958c21 Mon Sep 17 00:00:00 2001 From: m-holger Date: Mon, 6 Jun 2022 16:05:29 +0100 Subject: Fix minor doc typos in JSON.hh --- include/qpdf/JSON.hh | 8 ++++---- 1 file 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 -- cgit v1.2.3-54-g00ecf