summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-02-21 07:45:45 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-02 09:55:44 +0200
commit15e6a6e87bdf7c35fefbe2dde52646dee8da61e5 (patch)
tree0d0f4531efcdab7890b0c72dc22ca3364645109d /src/core
parenttree: wide "the the" and other trivial grammar fixes (diff)
downloadsystemd-15e6a6e87bdf7c35fefbe2dde52646dee8da61e5.tar.xz
systemd-15e6a6e87bdf7c35fefbe2dde52646dee8da61e5.zip
tree-wide: spell "lifecycle" without hyphen everywhere
We had 2 more instances of unhyphentated spelling.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/load-fragment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c
index f9c974f9b5..526ed210b3 100644
--- a/src/core/load-fragment.c
+++ b/src/core/load-fragment.c
@@ -668,7 +668,7 @@ int config_parse_kill_mode(
if (m == KILL_NONE)
log_syntax(unit, LOG_WARNING, filename, line, 0,
"Unit configured to use KillMode=none. "
- "This is unsafe, as it disables systemd's process life-cycle management for the service. "
+ "This is unsafe, as it disables systemd's process lifecycle management for the service. "
"Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. "
"Support for KillMode=none is deprecated and will eventually be removed.");