From 2dddc87214503199a38beeb175cd42cbb43cdff1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 28 Aug 2023 12:42:23 -0700 Subject: 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. --- src/split.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/split.c') diff --git a/src/split.c b/src/split.c index 609d52e08..a32b2d93e 100644 --- a/src/split.c +++ b/src/split.c @@ -48,7 +48,7 @@ #define PROGRAM_NAME "split" #define AUTHORS \ - proper_name ("Torbjorn Granlund"), \ + proper_name_lite ("Torbjorn Granlund", "Torbj\303\266rn Granlund"), \ proper_name ("Richard M. Stallman") /* Shell command to filter through, instead of creating files. */ @@ -1096,7 +1096,7 @@ ofile_open (of_t *files, idx_t i_check, idx_t nfiles) where the other end has closed because of our previous close. In that case we'll immediately get an error, rather than waiting indefinitely. - In specialised cases the consumer can keep reading + In specialized cases the consumer can keep reading from the fifo, terminating on conditions in the data itself, or perhaps never in the case of 'tail -f'. I.e., for fifos it is valid to attempt this reopen. -- cgit v1.2.3