alezost pushed a commit to branch master
in repository guix.
commit 1cc8f3a63c4d229899720fbd552b3dd78346e198
Author: Alex Kost <[email protected]>
Date: Sun Nov 30 00:32:06 2014 +0300
system: locale: Fix typo in docstring.
* gnu/system/locale.scm (localedef-command): Fix typo.
---
gnu/system/locale.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnu/system/locale.scm b/gnu/system/locale.scm
index 9c5c4d2..17b1dea 100644
--- a/gnu/system/locale.scm
+++ b/gnu/system/locale.scm
@@ -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))