1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

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.
This commit is contained in:
Paul Eggert
2023-08-28 12:42:23 -07:00
parent e3f15c9c4a
commit 2dddc87214
73 changed files with 131 additions and 146 deletions

View File

@@ -78,7 +78,7 @@ test $(wc -l < err) = 0 || { cat err; fail=1; }
test -f tee.exited || fail=1 ;;
esac
# Test with unwriteable files
# Test with unwritable files
if ! uid_is_privileged_; then # root does not get EPERM.
touch file.ro || framework_failure_
chmod a-w file.ro || framework_failure_