From 0a11366280f7e6262ffb906463c5c0bb4c3827b0 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 3 Jun 2022 04:27:40 +0900 Subject: [PATCH] login: fix typo Follow-up for ea74f39c24344eafc238d1c69155bd5aca5f2e08. --- src/login/logind-utmp.c | 4 ++-- 1 file 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, -- 2.25.1