On 4/21/25 14:06, Magnus Fromreide via tz wrote:
+# gettext's internationalion of diagnostics.I suppose internationalion is a typo?
Thanks, I installed the attached to fix that.
From ff5cbd52d9ef856ef9d0fd589fd726af1bcf3ce8 Mon Sep 17 00:00:00 2001 From: Paul Eggert <[email protected]> Date: Mon, 21 Apr 2025 15:33:33 -0700 Subject: [PATCH] Fix comment typo * Makefile: Fix typo (thanks to Magnus Fromreide). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c38bee9..42f5135f 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ # # This example script is appropriate for a GNU/Linux system # which needs more optimization than default, and which does not want -# gettext's internationalion of diagnostics. +# gettext's internationalization of diagnostics. # # Alternatively, you can simply edit this Makefile to tailor the following # macro definitions. -- 2.49.0
