guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 02/05: service: Fix typos.


From: Ludovic Courtès
Subject: [shepherd] 02/05: service: Fix typos.
Date: Fri, 6 Mar 2020 08:21:41 -0500 (EST)

civodul pushed a commit to branch master
in repository shepherd.

commit 1c79fda6592d781e18c41c97d48de3be839cea81
Author: Brice Waegeneire <address@hidden>
AuthorDate: Sun Feb 23 16:40:05 2020 +0100

    service: Fix typos.
    
    * modules/shepherd/service.scm (root-service): Replace "safe" by "save".
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 modules/shepherd/service.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/shepherd/service.scm b/modules/shepherd/service.scm
index e0772e8..fc82cc4 100644
--- a/modules/shepherd/service.scm
+++ b/modules/shepherd/service.scm
@@ -1392,7 +1392,7 @@ we want to receive these signals."
                  #t)
                (primitive-exit 0))))))
      (persistency
-      "Safe the current state of running and non-running services.
+      "Save the current state of running and non-running services.
 This status gets written into a file on termination, so that we can
 restore the status on next startup.  Optionally, you can pass a file
 name as argument that will be used to store the status."
@@ -1401,7 +1401,7 @@ name as argument that will be used to store the status."
                (when file
                  (set! persistency-state-file file))))
      (no-persistency
-      "Don't safe state in a file on exit."
+      "Don't save state in a file on exit."
       (lambda (running)
        (set! persistency #f)))
      (cd



reply via email to

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