summaryrefslogtreecommitdiff
path: root/src/login/logind-utmp.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-06-03 04:27:40 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-06-03 04:28:01 +0900
commit0a11366280f7e6262ffb906463c5c0bb4c3827b0 (patch)
tree74ce670fefb57b5696ac45a5b4b4ebce45530790 /src/login/logind-utmp.c
parente78bd91e55e87ff60494705e32e61cecebe09d37 (diff)
downloadsystemd-0a11366280f7e6262ffb906463c5c0bb4c3827b0.tar.gz
login: fix typo
Follow-up for ea74f39c24344eafc238d1c69155bd5aca5f2e08.
Diffstat (limited to 'src/login/logind-utmp.c')
-rw-r--r--src/login/logind-utmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/login/logind-utmp.c b/src/login/logind-utmp.c
index 36a3fcd0e9..ccf959cd73 100644
--- a/src/login/logind-utmp.c
+++ b/src/login/logind-utmp.c
@@ -50,8 +50,8 @@ bool logind_wall_tty_filter(const char *tty, bool is_local, void *userdata) {
/* Do not send information about events which do not destroy local sessions to local terminals. We
* can assume that if the system enters sleep or hibernation, this will be visible in an obvious way
- * for any local user. And once the systems exits sleep or hibernation, the notication would be just
- * noise, in particular for auto-suspend. */
+ * for any local user. And once the systems exits sleep or hibernation, the notification would be
+ * just noise, in particular for auto-suspend. */
if (is_local &&
IN_SET(m->scheduled_shutdown_action->handle,
HANDLE_SUSPEND,