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
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;
*-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
;;
*-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
;;
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: