guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: home: services: Fix typo.


From: guix-commits
Subject: branch master updated: gnu: home: services: Fix typo.
Date: Wed, 17 Nov 2021 15:57:51 -0500

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b066c9b  gnu: home: services: Fix typo.
b066c9b is described below

commit b066c9b03da94d6b2d65ae3531ae24565622df29
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Wed Nov 17 12:09:36 2021 -0800

    gnu: home: services: Fix typo.
    
    * gnu/home/services.scm (compute-on-first-login-script): Fix spelling of
      "appropriate".
---
 gnu/home/services.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/home/services.scm b/gnu/home/services.scm
index 04f4ec3..1aeca95 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]