guix-commits
[Top][All Lists]
Advanced

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

01/01: system: Fix typo.


From: Alex Kost
Subject: 01/01: system: Fix typo.
Date: Tue, 07 Jul 2015 18:29:35 +0000

alezost pushed a commit to branch master
in repository guix.

commit c05c43216fc292b221a2d12d5c0d55c3abb6dd86
Author: Alex Kost <address@hidden>
Date:   Tue Jul 7 21:24:57 2015 +0300

    system: Fix typo.
    
    * gnu/system.scm (etc-directory): Fix typo in a comment.
---
 gnu/system.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index 82b7fbc..d63804a 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -463,7 +463,7 @@ export SSL_CERT_DIR=/etc/ssl/certs
 export SSL_CERT_FILE=\"$SSL_CERT_DIR/ca-certificates.crt\"
 export GIT_SSL_CAINFO=\"$SSL_CERT_FILE\"
 
-# Crucial variables that could be missing the the profiles' 'etc/profile'
+# Crucial variables that could be missing in the profiles' 'etc/profile'
 # because they would require combining both profiles.
 # FIXME: See <http://bugs.gnu.org/20255>.
 export 
MANPATH=$HOME/.guix-profile/share/man:/run/current-system/profile/share/man



reply via email to

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