From: Yu Watanabe Date: Thu, 2 Jun 2022 19:27:40 +0000 (+0900) Subject: login: fix typo X-Git-Tag: v252-rc1~877 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a11366280f7e6262ffb906463c5c0bb4c3827b0;p=thirdparty%2Fsystemd.git login: fix typo Follow-up for ea74f39c24344eafc238d1c69155bd5aca5f2e08. --- diff --git a/src/login/logind-utmp.c b/src/login/logind-utmp.c index 36a3fcd0e93..ccf959cd732 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,