Commit 8ad39a6c9ab29f933d2f5fa2a0aee4e5e093b068

Authored by Jay Berkenbilt
1 parent 7654a39b

Spell check

ChangeLog
@@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
35 Examples have been updated to use improved APIs. The old 35 Examples have been updated to use improved APIs. The old
36 provideStreamData overloads will continue to be supported, so 36 provideStreamData overloads will continue to be supported, so
37 updating older code to use the new interfaces is entirely at the 37 updating older code to use the new interfaces is entirely at the
38 - programmer's descretion. 38 + programmer's discretion.
39 39
40 2022-06-25 Jay Berkenbilt <ejb@ql.org> 40 2022-06-25 Jay Berkenbilt <ejb@ql.org>
41 41
include/qpdf/JSON.hh
@@ -185,7 +185,7 @@ class JSON @@ -185,7 +185,7 @@ class JSON
185 // single-element arrays, and strings only. 185 // single-element arrays, and strings only.
186 // * Recursively walk the schema. In the items below, "schema 186 // * Recursively walk the schema. In the items below, "schema
187 // object" refers to an object in the schema, and "checked 187 // object" refers to an object in the schema, and "checked
188 - // object" refers to the correspondingi part of the object 188 + // object" refers to the corresponding part of the object
189 // being checked. 189 // being checked.
190 // * If the schema object is a dictionary, the checked object 190 // * If the schema object is a dictionary, the checked object
191 // must have a dictionary in the same place with the same 191 // must have a dictionary in the same place with the same
include/qpdf/qpdfjob-c.h
@@ -47,7 +47,7 @@ extern &quot;C&quot; { @@ -47,7 +47,7 @@ extern &quot;C&quot; {
47 #endif 47 #endif
48 /* SHORT INTERFACE -- These functions are single calls that take 48 /* SHORT INTERFACE -- These functions are single calls that take
49 * care of the whole life cycle of QPDFJob. They can be used for 49 * care of the whole life cycle of QPDFJob. They can be used for
50 - * one-shot ooperations where no additional configuration is 50 + * one-shot operations where no additional configuration is
51 * needed. See FULL INTERFACE below. */ 51 * needed. See FULL INTERFACE below. */
52 52
53 /* This function does the equivalent of running the qpdf 53 /* This function does the equivalent of running the qpdf