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 533 * Look at places in the code where object traversal is being done and, where possible, try to avoid
534 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 537 for file names without extension or path element as first parameter
538 538 (see https://github.com/qpdf/qpdf/pull/1381).
539 539  
... ...
cSpell.json
... ... @@ -690,6 +690,7 @@
690 690 "unversioned",
691 691 "upages",
692 692 "upass",
  693 + "upcasting",
693 694 "urandom",
694 695 "userpasswordmatched",
695 696 "uval",
... ...
manual/release-notes.rst
... ... @@ -15,6 +15,8 @@ more detail.
15 15  
16 16 .. _r12-0-0:
17 17  
  18 +.. cSpell:ignore substract
  19 +
18 20 12.0.0: not yet released
19 21 - API: breaking changes
20 22  
... ...