Hi Berny,
As I mentioned in the other thread, this patch fixes 'make syntax-check'
with an updated Gnulib.
All the failures were because of a newly added sc_codespell rule.
Collin
>From 3dd848dedc36d06aa18eaa5fb32580e3a657c63e Mon Sep 17 00:00:00 2001
Message-ID: <3dd848dedc36d06aa18eaa5fb32580e3a657c63e.1752110868.git.collin.fu...@gmail.com>
From: Collin Funk
Date: Wed, 9 Jul 2025 18:21:26 -0700
Subject: [PATCH] maint: ensure that new "make syntax-check"-run sc_codespell
passes
* cfg.mk (codespell_ignore_words_list): Ignore false-positives.
(exclude_file_name_regexp--sc_codespell): Skip some file names.
* NEWS: Fix typos.
* README-hacking: Likewise.
* doc/find-maint.texi: Likewise.
* doc/find.texi: Likewise.
* bootstrap.conf: Fix typos in comments.
* find/ftsfind.c: Likewise.
* find/parser.c: Likewise.
* find/print.c: Likewise.
* find/testsuite/find.gnu/exec-one-rtn-fail.exp: Likewise.
* find/testsuite/find.posix/bracket-depth.exp: Likewise.
* find/testsuite/find.posix/exec-nogaps.exp: Likewise.
* find/testsuite/find.posix/files-not-expressions1.exp: Likewise.
* find/testsuite/find.posix/files-not-expressions2.exp: Likewise.
* find/testsuite/find.posix/files-not-expressions3.exp: Likewise.
* find/util.c: Likewise.
* init.cfg: Likewise.
* lib/regextype.h: Likewise.
* lib/splitstring.h: Likewise.
* locate/locate.c: Likewise.
* locate/updatedb.sh: Likewise.
* tests/find/exec-plus-last-file.sh: Likewise.
* tests/find/files0-from.sh: Likewise.
* tests/xargs/test-sigusr.c: Likewise.
* tests/xargs/verbose-quote.sh: Likewise.
* xargs/xargs.c: Likewise.
---
NEWS | 30 +--
README-hacking| 2 +-
bootstrap.conf| 2 +-
cfg.mk| 7 +
doc/find-maint.texi | 8 ++---
doc/find.texi | 4 +--
find/ftsfind.c| 2 +-
find/parser.c | 4 +--
find/print.c | 4 +--
find/testsuite/find.gnu/exec-one-rtn-fail.exp | 2 +-
find/testsuite/find.posix/bracket-depth.exp | 2 +-
find/testsuite/find.posix/exec-nogaps.exp | 2 +-
.../find.posix/files-not-expressions1.exp | 2 +-
.../find.posix/files-not-expressions2.exp | 2 +-
.../find.posix/files-not-expressions3.exp | 2 +-
find/util.c | 2 +-
init.cfg | 2 +-
lib/regextype.h | 2 +-
lib/splitstring.h | 2 +-
locate/locate.c | 4 +--
locate/updatedb.sh| 4 +--
tests/find/exec-plus-last-file.sh | 2 +-
tests/find/files0-from.sh | 4 +--
tests/xargs/test-sigusr.c | 2 +-
tests/xargs/verbose-quote.sh | 2 +-
xargs/xargs.c | 2 +-
26 files changed, 55 insertions(+), 48 deletions(-)
diff --git a/NEWS b/NEWS
index 9d9472db..06fe48e7 100644
--- a/NEWS
+++ b/NEWS
@@ -515,7 +515,7 @@ posix-egrep. This is the result of a change to gnulib to bring it
into line with GNU grep (see https://debbugs.gnu.org/20974#22).
** Translations
-Updated translations: Estonian, Swedish, Polish, Vietnamese, Ukranian,
+Updated translations: Estonian, Swedish, Polish, Vietnamese, Ukrainian,
Norwegian Bokmaal, Czech, Russian, French, Hungarian.
** Bug Fixes:
@@ -544,7 +544,7 @@ Norwegian Bokmaal, Czech, Russian, French, Hungarian.
#45062: Enabling CACHE_IDS causes segfaults (this bug affects many
historic releases, probably since release 3.0 in 1991). You
would not have been affected by this problem unless you used
-the option --enable-id-cache when invoking confgure.
+the option --enable-id-cache when invoking configure.
#42903: checklists.py now supports Python 3.
@@ -592,7 +592,7 @@ Some minor documentation improvements are listed in "Bug Fixes" below.
** Translations
-Updated translations: Estonian, Polish, Ukranian.
+Updated translations: Estonian, Polish, Ukrainian.
* Major changes in release 4.5.12, 2013-09-22
@@ -691,7 +691,7 @@ For example use "xargs /bin/echo < foo" rather than "xargs < foo".
A new option is provided, --process-slot-var. If you set this, xargs
will set the indicated environment variable in each child. The values
-are re-used, but no executing child process will have the same value
+are reused, but no executing child process will have the same value
as another executing child process. This wishlist item was Savannah
bug #29512.
@@ -721,7 +721,7 @@ expression types selected by the -regextype option have slightly
changed, to bring them into line with the behaviour of the GNU C
library. For "awk", cha