summaryrefslogtreecommitdiff
path: root/src/login
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/login
parent37b22b3b4796116edb9768752b67375db9357edb (diff)
downloadsystemd-15e6a6e87bdf7c35fefbe2dde52646dee8da61e5.tar.gz
tree-wide: spell "lifecycle" without hyphen everywhere
We had 2 more instances of unhyphentated spelling.
Diffstat (limited to 'src/login')
-rw-r--r--src/login/pam_systemd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/pam_systemd.c b/src/login/pam_systemd.c
index 525b2a0393..16f4289585 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. */