]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Dec 2025 19:13:11 +0000 (11:13 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Dec 2025 19:13:34 +0000 (11:13 -0800)
lib/localename-unsafe.c
lib/nproc.c
m4/locale-en.m4
m4/locale-fr.m4
pygnulib/GLConfig.py

index 6af08beb19279af1c91db51a294acf274b4d6db5..fd12537cab822c5613e926fbe56879008ebc7dc6 100644 (file)
@@ -1153,7 +1153,7 @@ void
 gl_locale_name_canonicalize (char *name)
 {
   /* This conversion is based on a posting by
-     Deborah GoldSmith <goldsmit@apple.com> on 2005-03-08,
+     Deborah Goldsmith <goldsmit@apple.com> on 2005-03-08,
      https://lists.apple.com/archives/carbon-dev/2005/Mar/msg00293.html */
 
   /* Convert legacy (NeXTstep inherited) English names to Unix (ISO 639 and
index 75adbbdc42e3814e34343b8d60d8ca4ba4640671..91d8fcb77627d377521b543eebf5e960df52da8e 100644 (file)
@@ -405,7 +405,7 @@ get_cgroup2_cpu_quota (void)
   if (! fp)
     return cpu_quota;
 
-  /* Get our cgroupv2 (unififed) hierarchy.  */
+  /* Get our cgroupv2 (unified) hierarchy.  */
   char *cgroup = NULL;
   char *cgroup_str = NULL;
   size_t cgroup_size = 0;
index 4151428af7b30431bf3456966f0ee46403b690d3..6c838ff4416f5b8f5f2920b3b58e46bc08674a3d 100644 (file)
@@ -19,7 +19,7 @@ AC_DEFUN_ONCE([gt_LOCALE_EN_UTF8],
       *-musl* | midipix*)
         dnl On musl libc, all kinds of ll_CC.UTF-8 locales exist, even without
         dnl any locale file on disk. But they are effectively equivalent to the
-        dnl C.UTF-8 locale, except for locale categories (such as LC_MESSSAGES)
+        dnl C.UTF-8 locale, except for locale categories (such as LC_MESSAGES)
         dnl for which localizations (.mo files) have been installed.
         gt_cv_locale_en_utf8=en_US.UTF-8
         ;;
index 31c3bf3355b7eae143a4c07c27ec89d7026c4e30..a8d867ff9e133a04373c19b46b3c5fca76a9f253 100644 (file)
@@ -156,7 +156,7 @@ AC_DEFUN_ONCE([gt_LOCALE_FR_UTF8],
       *-musl* | midipix*)
         dnl On musl libc, all kinds of ll_CC.UTF-8 locales exist, even without
         dnl any locale file on disk. But they are effectively equivalent to the
-        dnl C.UTF-8 locale, except for locale categories (such as LC_MESSSAGES)
+        dnl C.UTF-8 locale, except for locale categories (such as LC_MESSAGES)
         dnl for which localizations (.mo files) have been installed.
         gt_cv_locale_fr_utf8=fr_FR.UTF-8
         ;;
index d95e15c5c49c2fd3b1ae1064011690e0ff48f0b9..5e806e4eb12b8504935730c0b9920d28c8979524 100644 (file)
@@ -876,7 +876,7 @@ class GLConfig:
     def resetGnuMake(self) -> None:
         '''Reset the --gnu-make argument to its default. This feature must be
         explicitly enabled by programs who utilize GNU Make features instead
-        of Autmake.'''
+        of Automake.'''
         self.table['gnu_make'] = False
 
     def getModuleIndicatorPrefix(self) -> str: