[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: environment: Correct typo.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/02: environment: Correct typo. |
Date: |
Thu, 4 May 2017 06:51:17 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 74067fedce8a4fd15b51114a52130a9ec6199082
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed May 3 21:38:57 2017 +0200
environment: Correct typo.
* guix/scripts/environment.scm (create-environment): Fix typo.
---
guix/scripts/environment.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm
index 0b2b964..af69e2b 100644
--- a/guix/scripts/environment.scm
+++ b/guix/scripts/environment.scm
@@ -72,7 +72,7 @@ as 'HOME' and 'USER' are left untouched."
(define (create-environment profile paths pure?)
"Set the environment variables specified by PATHS for PROFILE. When PURE?
is #t, unset the variables in the current environment. Otherwise, augment
-existing enviroment variables with additional search paths."
+existing environment variables with additional search paths."
(when pure? (purify-environment))
(for-each (match-lambda
((($ <search-path-specification> variable _ separator) . value)