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/realpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/realpath.c') diff --git a/src/realpath.c b/src/realpath.c index c4ca5f068..564b8364d 100644 --- a/src/realpath.c +++ b/src/realpath.c @@ -28,7 +28,7 @@ /* The official name of this program (e.g., no 'g' prefix). */ #define PROGRAM_NAME "realpath" -#define AUTHORS proper_name ("Padraig Brady") +#define AUTHORS proper_name_lite ("Padraig Brady", "P\303\241draig Brady") enum { -- cgit v1.2.3