system: locale: Fix typo in docstring. * gnu/system/locale.scm (localedef-command): Fix typo.
1 files changed, 1 insertions(+), 1 deletions(-) M gnu/system/locale.scm
M gnu/system/locale.scm => gnu/system/locale.scm +1 -1
@@ 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))