From 95567fe01dc3b09da59bdc8c1021b72785286dfd Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 8 Mar 2025 12:58:49 -0500 Subject: [PATCH] Spell check --- TODO.md | 2 +- cSpell.json | 1 + manual/release-notes.rst | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 4a6ac8a..877c45e 100644 --- a/TODO.md +++ b/TODO.md @@ -533,7 +533,7 @@ so, I find it useful to make reference to them in this list. * Look at places in the code where object traversal is being done and, where possible, try to avoid it entirely or at least avoid ever traversing the same objects multiple times. -* The CLI warants a thorough review, including the introduction of proper sub-commands. Add warnings +* The CLI warrants a thorough review, including the introduction of proper sub-commands. Add warnings for file names without extension or path element as first parameter (see https://github.com/qpdf/qpdf/pull/1381). diff --git a/cSpell.json b/cSpell.json index 2122d85..2e10fe7 100644 --- a/cSpell.json +++ b/cSpell.json @@ -690,6 +690,7 @@ "unversioned", "upages", "upass", + "upcasting", "urandom", "userpasswordmatched", "uval", diff --git a/manual/release-notes.rst b/manual/release-notes.rst index 63b90aa..117318b 100644 --- a/manual/release-notes.rst +++ b/manual/release-notes.rst @@ -15,6 +15,8 @@ more detail. .. _r12-0-0: +.. cSpell:ignore substract + 12.0.0: not yet released - API: breaking changes -- libgit2 0.21.4