~ruther/guix-local

1cc8f3a63c4d229899720fbd552b3dd78346e198 — Alex Kost 11 years ago 5e6bdf0
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))