aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/newt
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-20 21:05:23 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-21 00:31:15 +0200
commite1f3788944ee154ba9b33c891c4ccf039a1ff39a (patch)
treea98185f486b8a3fe4f281385007e9e086ad0d772 /gnu/installer/newt
parentae144ec797cebf6f00f80177101020e92e8f2c47 (diff)
downloadguix-e1f3788944ee154ba9b33c891c4ccf039a1ff39a.tar
guix-e1f3788944ee154ba9b33c891c4ccf039a1ff39a.tar.gz
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.scm2
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)