summaryrefslogtreecommitdiff
path: root/gnu/home
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-11-17 12:09:36 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-11-17 12:55:24 -0800
commitb066c9b03da94d6b2d65ae3531ae24565622df29 (patch)
treea64841491af9cf5419c35ce1bdc08bed174b4851 /gnu/home
parent30474f25d0c85c2604003ffa7bcef396f58d97a9 (diff)
downloadguix-patches-b066c9b03da94d6b2d65ae3531ae24565622df29.tar
guix-patches-b066c9b03da94d6b2d65ae3531ae24565622df29.tar.gz
gnu: home: services: Fix typo.
* gnu/home/services.scm (compute-on-first-login-script): Fix spelling of "appropriate".
Diffstat (limited to 'gnu/home')
-rw-r--r--gnu/home/services.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/home/services.scm b/gnu/home/services.scm
index 04f4ec34d1..1aeca95e5a 100644
--- a/gnu/home/services.scm
+++ b/gnu/home/services.scm
@@ -291,7 +291,7 @@ will be put in @file{~/.guix-home/files}.")))
(begin #$@gexps (touch flag-file-path)))
(display "XDG_RUNTIME_DIR doesn't exists, on-first-login script
won't execute anything. You can check if xdg runtime directory exists,
-XDG_RUNTIME_DIR variable is set to apropriate value and manually execute the
+XDG_RUNTIME_DIR variable is set to appropriate value and manually execute the
script by running '$HOME/.guix-home/on-first-login'")))))
(define (on-first-login-script-entry on-first-login)