---
 lib/localename-unsafe.c | 2 +-
 lib/nproc.c             | 2 +-
 m4/locale-en.m4         | 2 +-
 m4/locale-fr.m4         | 2 +-
 pygnulib/GLConfig.py    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/localename-unsafe.c b/lib/localename-unsafe.c
index 6af08beb19..fd12537cab 100644
--- a/lib/localename-unsafe.c
+++ b/lib/localename-unsafe.c
@@ -1153,7 +1153,7 @@ void
 gl_locale_name_canonicalize (char *name)
 {
   /* This conversion is based on a posting by
-     Deborah GoldSmith <[email protected]> on 2005-03-08,
+     Deborah Goldsmith <[email protected]> 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
diff --git a/lib/nproc.c b/lib/nproc.c
index 75adbbdc42..91d8fcb776 100644
--- a/lib/nproc.c
+++ b/lib/nproc.c
@@ -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;
diff --git a/m4/locale-en.m4 b/m4/locale-en.m4
index 4151428af7..6c838ff441 100644
--- a/m4/locale-en.m4
+++ b/m4/locale-en.m4
@@ -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
         ;;
diff --git a/m4/locale-fr.m4 b/m4/locale-fr.m4
index 31c3bf3355..a8d867ff9e 100644
--- a/m4/locale-fr.m4
+++ b/m4/locale-fr.m4
@@ -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
         ;;
diff --git a/pygnulib/GLConfig.py b/pygnulib/GLConfig.py
index d95e15c5c4..5e806e4eb1 100644
--- a/pygnulib/GLConfig.py
+++ b/pygnulib/GLConfig.py
@@ -876,7 +876,7 @@ def setGnuMake(self, value: bool) -> None:
     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:
-- 
2.51.0


Reply via email to