diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-20 21:05:23 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-21 00:31:15 +0200 |
commit | e1f3788944ee154ba9b33c891c4ccf039a1ff39a (patch) | |
tree | a98185f486b8a3fe4f281385007e9e086ad0d772 /gnu/installer/newt | |
parent | ae144ec797cebf6f00f80177101020e92e8f2c47 (diff) |
installer: Fix docstring typoes.
* gnu/installer/connman.scm (connman-state, run-locale-page)
(start-swapping, stop-swapping, run-installer-steps): Fix typo in
docstring.
Diffstat (limited to 'gnu/installer/newt')
-rw-r--r-- | gnu/installer/newt/locale.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer/newt/locale.scm b/gnu/installer/newt/locale.scm index 7108e2960b..bfd89aca2c 100644 --- a/gnu/installer/newt/locale.scm +++ b/gnu/installer/newt/locale.scm @@ -106,7 +106,7 @@ symbol.") territory, codeset and modifier. Use SUPPORTED-LOCALES as the list of glibc available locales. ISO639-LANGUAGES is an association list associating a locale code to a locale name. ISO3166-TERRITORIES is an association list -associating a territory code with a territory name. The formated locale, under +associating a territory code with a territory name. The formatted locale, under glibc format is returned." (define (break-on-locale-found locales) |