Commit 95567fe01dc3b09da59bdc8c1021b72785286dfd

Authored by Jay Berkenbilt
1 parent 5f541754

Spell check

@@ -533,7 +533,7 @@ so, I find it useful to make reference to them in this list. @@ -533,7 +533,7 @@ so, I find it useful to make reference to them in this list.
533 * Look at places in the code where object traversal is being done and, where possible, try to avoid 533 * Look at places in the code where object traversal is being done and, where possible, try to avoid
534 it entirely or at least avoid ever traversing the same objects multiple times. 534 it entirely or at least avoid ever traversing the same objects multiple times.
535 535
536 -* The CLI warants a thorough review, including the introduction of proper sub-commands. Add warnings 536 +* The CLI warrants a thorough review, including the introduction of proper sub-commands. Add warnings
537 for file names without extension or path element as first parameter 537 for file names without extension or path element as first parameter
538 (see https://github.com/qpdf/qpdf/pull/1381). 538 (see https://github.com/qpdf/qpdf/pull/1381).
539 539
cSpell.json
@@ -690,6 +690,7 @@ @@ -690,6 +690,7 @@
690 "unversioned", 690 "unversioned",
691 "upages", 691 "upages",
692 "upass", 692 "upass",
  693 + "upcasting",
693 "urandom", 694 "urandom",
694 "userpasswordmatched", 695 "userpasswordmatched",
695 "uval", 696 "uval",
manual/release-notes.rst
@@ -15,6 +15,8 @@ more detail. @@ -15,6 +15,8 @@ more detail.
15 15
16 .. _r12-0-0: 16 .. _r12-0-0:
17 17
  18 +.. cSpell:ignore substract
  19 +
18 12.0.0: not yet released 20 12.0.0: not yet released
19 - API: breaking changes 21 - API: breaking changes
20 22