all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Brice Waegeneire <brice@waegenei.re>
To: 39752@debbugs.gnu.org
Subject: [bug#39752] [PATCH 2/4] service: Fix typos.
Date: Sun, 23 Feb 2020 10:20:42 +0100	[thread overview]
Message-ID: <20200223092044.22834-2-brice@waegenei.re> (raw)
In-Reply-To: <20200223091859.21705-1-brice@waegenei.re>

* modules/shepherd/service.scm (root-service): Replace "safe" by "save".
---
 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
-- 
2.25.0

  parent reply	other threads:[~2020-02-23  9:21 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-23  9:18 [bug#39752] [PATCH 0/4 shepherd] Update the doc and an example Brice Waegeneire
2020-02-23  9:20 ` [bug#39752] [PATCH 1/4] doc: Fix typos Brice Waegeneire
2020-02-23  9:20 ` Brice Waegeneire [this message]
2020-02-23  9:20 ` [bug#39752] [PATCH 3/4] doc: Expand the part on special action 'doc' Brice Waegeneire
2020-02-23 12:49   ` Danny Milosavljevic
2020-02-23 15:43     ` Brice Waegeneire
2020-02-23  9:20 ` [bug#39752] [PATCH 4/4] doc: Fix wolfgangj example Brice Waegeneire
2020-02-23 15:40 ` [bug#39752] [PATCH 0/5 shepherd v2] Update the doc and an example Brice Waegeneire
2020-02-23 15:40   ` [bug#39752] [PATCH 1/5] doc: Fix typos Brice Waegeneire
2020-02-23 15:40   ` [bug#39752] [PATCH 2/5] service: " Brice Waegeneire
2020-02-23 15:40   ` [bug#39752] [PATCH 3/5] doc: Expand the part on special action 'doc' Brice Waegeneire
2020-02-23 15:40   ` [bug#39752] [PATCH 4/5] doc: Fix wolfgangj example Brice Waegeneire
2020-02-23 15:40   ` [bug#39752] [PATCH 5/5] .dir-locals.el: End sentence with a double space Brice Waegeneire
2020-03-06 13:22   ` bug#39752: [PATCH 0/5 shepherd v2] Update the doc and an example Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200223092044.22834-2-brice@waegenei.re \
    --to=brice@waegenei.re \
    --cc=39752@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.