summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2023-12-17 17:11:00 +0100
committerGitHub <noreply@github.com>2023-12-17 17:11:00 +0100
commitc439cb3fbc478e313e199221912a3c7f5117d8ec (patch)
treec2aed81a6583f5fe5b033071e1e2e7a5be8893dc
parent1d053905852b407eef472b0ef7886d10bb650383 (diff)
parent9c65bb30c0266acfd973b5dd021abe8b4671b438 (diff)
downloadqpdf-c439cb3fbc478e313e199221912a3c7f5117d8ec.tar.zst
Merge pull request #1082 from m-holger/typo
Fix doc typos
-rw-r--r--include/qpdf/QPDFObjectHandle.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index ca135125..270c28bb 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -1178,13 +1178,13 @@ class QPDFObjectHandle
// looks like a name or indirect object from an actual name or indirect object.
// * JSON v2:
// * Unicode strings and strings encoded with PDF Doc encoding that can be bidirectionally
- // mapped two Unicode (which is all strings without undefined characters) are represented
+ // mapped to Unicode (which is all strings without undefined characters) are represented
// as "u:" followed by the UTF-8 encoded string. Example:
// "u:potato".
// * All other strings are represented as "b:" followed by a hexadecimal encoding of the
// string. Example: "b:0102cacb"
// * Streams
- // * JSON v1: Only the stream's dictionary is encoded. There is no way tell a stream from a
+ // * JSON v1: Only the stream's dictionary is encoded. There is no way to tell a stream from a
// dictionary other than context.
// * JSON v2: A stream is encoded as {"dict": {...}} with the value being the encoding of the
// stream's dictionary. Since "dict" does not otherwise represent anything, this is