guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: system: locale: Fix typo in docstring.


From: Alex Kost
Subject: 01/01: system: locale: Fix typo in docstring.
Date: Sat, 29 Nov 2014 21:33:32 +0000

alezost pushed a commit to branch master
in repository guix.

commit 1cc8f3a63c4d229899720fbd552b3dd78346e198
Author: Alex Kost <address@hidden>
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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]