maint: spelling fixes, including author names
commit2dddc87214503199a38beeb175cd42cbb43cdff1
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 28 Aug 2023 19:42:23 +0000 (28 12:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 28 Aug 2023 21:06:43 +0000 (28 14:06 -0700)
treeca6109cc31cb86e167a312a303b791aa303bcc43
parente3f15c9c4a0ca69bfdf7fada8b8697f627a7c84d
maint: spelling fixes, including author names

Most of this just affects commentary and documentations.  The only
significant behavior change is translating author names via
proper_name_lite rather than proper_name_utf8, or not translating
them at all.  proper_name_lite is good enough for coreutils and
avoids the bloat that had coreutils not using Gnulib proper_name.
* bootstrap.conf (gnulib_modules): Use propername-lite instead
of propername.
(XGETTEXT_OPTIONS): Look for proper_name_lite instead of for
proper_name_utf8.
* cfg.mk (local-checks-to-skip): Remove
sc_proper_name_utf8_requires_ICONV, since we no longer use
proper_name_utf8.
(old_NEWS_hash): Update.
(sc_check-I18N-AUTHORS): Remove; no longer needed.
73 files changed:
.github/ISSUE_TEMPLATE.txt
.github/PULL_REQUEST_TEMPLATE.txt
AUTHORS
NEWS
README-valgrind
THANKS.in
bootstrap.conf
cfg.mk
configure.ac
doc/coreutils.texi
doc/sort-version.texi
init.cfg
man/basenc.x
man/df.x
scripts/build-older-versions/README.older-versions
src/cat.c
src/chmod.c
src/copy.c
src/cp-hash.c
src/cp.c
src/dd.c
src/df.c
src/digest.c
src/du.c
src/expand-common.c
src/expand-common.h
src/factor.c
src/getlimits.c
src/ioblksize.h
src/iopoll.c
src/ln.c
src/local.mk
src/ls.c
src/mv.c
src/numfmt.c
src/od.c
src/pathchk.c
src/pr.c
src/prog-fprintf.c
src/prog-fprintf.h
src/ptx.c
src/realpath.c
src/sort.c
src/split.c
src/stat.c
src/stdbuf.c
src/stty.c
src/system.h
src/timeout.c
src/tr.c
src/truncate.c
src/tsort.c
src/uniq.c
src/wc.c
tests/chown/separator.sh
tests/cp/preserve-link.sh
tests/csplit/csplit-suppress-matched.pl
tests/df/df-output.sh
tests/df/no-mtab-status.sh
tests/env/env-S.pl
tests/expr/expr-multibyte.pl
tests/local.mk
tests/ls/color-ext.sh
tests/ls/ls-misc.pl
tests/ls/zero-option.sh
tests/misc/tee.sh
tests/ptx/ptx-overrun.sh
tests/rm/r-root.sh
tests/rm/rm-readdir-fail.sh
tests/rmdir/ignore.sh
tests/seq/seq.pl
tests/shuf/shuf.sh
tests/sort/sort-stale-thread-mem.sh