mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-17 06:35:58 +02:00
system: locale: Fix typo in docstring.
* gnu/system/locale.scm (localedef-command): Fix typo.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user