[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39752] [PATCH 2/5] service: Fix typos.
From: |
Brice Waegeneire |
Subject: |
[bug#39752] [PATCH 2/5] service: Fix typos. |
Date: |
Sun, 23 Feb 2020 16:40:05 +0100 |
* 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
- [bug#39752] [PATCH 0/4 shepherd] Update the doc and an example., Brice Waegeneire, 2020/02/23
- [bug#39752] [PATCH 1/4] doc: Fix typos., Brice Waegeneire, 2020/02/23
- [bug#39752] [PATCH 2/4] service: Fix typos., Brice Waegeneire, 2020/02/23
- [bug#39752] [PATCH 3/4] doc: Expand the part on special action 'doc'., Brice Waegeneire, 2020/02/23
- [bug#39752] [PATCH 4/4] doc: Fix wolfgangj example., Brice Waegeneire, 2020/02/23
- [bug#39752] [PATCH 0/5 shepherd v2] Update the doc and an example., Brice Waegeneire, 2020/02/23