system: locale: Fix typo in docstring.
* gnu/system/locale.scm (localedef-command): Fix typo.
This commit is contained in:
parent
5e6bdf06a7
commit
1cc8f3a63c
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user