diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-11-14 17:30:07 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-11-14 17:32:51 -0800 |
commit | 40a18f493409b9917964a6e2476382cca4856c7d (patch) | |
tree | 3093098c41530d28740b26b896357971796ef297 /gnu/home | |
parent | e5b53b1e828d7838c4162b76e118e8ec238d4309 (diff) |
home: services: Typo fix.
* gnu/home/services.scm: Fix spelling of "directory".
Diffstat (limited to 'gnu/home')
-rw-r--r-- | gnu/home/services.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/home/services.scm b/gnu/home/services.scm index df1a3a19e2..992e522fa2 100644 --- a/gnu/home/services.scm +++ b/gnu/home/services.scm @@ -351,7 +351,7 @@ extended with one gexp."))) (unless new-home-env (setenv "GUIX_NEW_HOME" #f)) (unless old-home-env (setenv "GUIX_OLD_HOME" #f))) (format #t "\ -Activation script was either called or loaded by file from this direcotry: +Activation script was either called or loaded by file from this directory: ~a It doesn't seem that home environment is somewhere around. Make sure that you call ./activate by symlink from -home store item.\n" |