gnu: home: services: Fix typo.

* gnu/home/services.scm (compute-on-first-login-script): Fix spelling of
  "appropriate".
This commit is contained in:
Vagrant Cascadian 2021-11-17 12:09:36 -08:00
parent 30474f25d0
commit b066c9b03d
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -291,7 +291,7 @@ (define (compute-on-first-login-script _ gexps)
(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)