summaryrefslogtreecommitdiff
path: root/gnu/system/locale.scm
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2014-11-30 00:32:06 +0300
committerAlex Kost <alezost@gmail.com>2014-11-30 00:33:00 +0300
commit1cc8f3a63c4d229899720fbd552b3dd78346e198 (patch)
tree28e38d33bff80970031847e1da23b367d2461d4c /gnu/system/locale.scm
parent5e6bdf06a75f2bfd3c602b7f72fabe2935e34024 (diff)
downloadpatches-1cc8f3a63c4d229899720fbd552b3dd78346e198.tar
patches-1cc8f3a63c4d229899720fbd552b3dd78346e198.tar.gz
system: locale: Fix typo in docstring.
* gnu/system/locale.scm (localedef-command): Fix typo.
Diffstat (limited to 'gnu/system/locale.scm')
-rw-r--r--gnu/system/locale.scm2
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))