diff options
author | Alex Kost <alezost@gmail.com> | 2014-11-30 00:32:06 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2014-11-30 00:33:00 +0300 |
commit | 1cc8f3a63c4d229899720fbd552b3dd78346e198 (patch) | |
tree | 28e38d33bff80970031847e1da23b367d2461d4c /gnu | |
parent | 5e6bdf06a75f2bfd3c602b7f72fabe2935e34024 (diff) | |
download | guix-1cc8f3a63c4d229899720fbd552b3dd78346e198.tar.gz |
system: locale: Fix typo in docstring.
* gnu/system/locale.scm (localedef-command): Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system/locale.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/locale.scm b/gnu/system/locale.scm index 9c5c4d2fd9..17b1dead58 100644 --- a/gnu/system/locale.scm +++ b/gnu/system/locale.scm @@ -48,7 +48,7 @@ (define* (localedef-command locale #:key (libc (canonical-package glibc))) - "Return a gexp that runs 'localdef' from LIBC to build LOCALE." + "Return a gexp that runs 'localedef' from LIBC to build LOCALE." #~(begin (format #t "building locale '~a'...~%" #$(locale-definition-name locale)) |