From 15e6a6e87bdf7c35fefbe2dde52646dee8da61e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 21 Feb 2019 07:45:45 +0100 Subject: [PATCH] tree-wide: spell "lifecycle" without hyphen everywhere We had 2 more instances of unhyphentated spelling. --- src/core/load-fragment.c | 2 +- src/login/pam_systemd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c index f9c974f9b5c..526ed210b34 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."); diff --git a/src/login/pam_systemd.c b/src/login/pam_systemd.c index 525b2a0393f..16f42895854 100644 --- a/src/login/pam_systemd.c +++ b/src/login/pam_systemd.c @@ -468,7 +468,7 @@ static bool validate_runtime_directory(pam_handle_t *handle, const char *path, u /* Some extra paranoia: let's not set $XDG_RUNTIME_DIR if the directory we'd set it to isn't actually * set up properly for us. This is supposed to provide a careful safety net for supporting su/sudo * type transitions: in that case the UID changes, but the session and thus the user owning it - * doesn't change. Since the $XDG_RUNTIME_DIR life-cycle is bound to the session's user being logged + * doesn't change. Since the $XDG_RUNTIME_DIR lifecycle is bound to the session's user being logged * in at least once we should be particularly careful when setting the environment variable, since * otherwise we might end up setting $XDG_RUNTIME_DIR to some directory owned by the wrong user. */ -- 2.47.3