system: locale: Fix typo in docstring.

* gnu/system/locale.scm (localedef-command): Fix typo.
This commit is contained in:
Alex Kost 2014-11-30 00:32:06 +03:00
parent 5e6bdf06a7
commit 1cc8f3a63c
1 changed files with 1 additions and 1 deletions

View File

@ -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))