summaryrefslogtreecommitdiff
path: root/gnu/system.scm
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2015-07-07 21:24:57 +0300
committerAlex Kost <alezost@gmail.com>2015-07-07 21:28:53 +0300
commitc05c43216fc292b221a2d12d5c0d55c3abb6dd86 (patch)
tree8cd8277211c86131bb00c788092a19d8d2486797 /gnu/system.scm
parent7eff42432b2ae3a030bfd0bf8d572b771f8d8a2b (diff)
downloadpatches-c05c43216fc292b221a2d12d5c0d55c3abb6dd86.tar
patches-c05c43216fc292b221a2d12d5c0d55c3abb6dd86.tar.gz
system: Fix typo.
* gnu/system.scm (etc-directory): Fix typo in a comment.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r--gnu/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index 82b7fbc655..d63804a06c 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