]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
login: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 2 Jun 2022 19:27:40 +0000 (04:27 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 2 Jun 2022 19:28:01 +0000 (04:28 +0900)
Follow-up for ea74f39c24344eafc238d1c69155bd5aca5f2e08.

src/login/logind-utmp.c

index 36a3fcd0e93a913f120fd258e72d5d850e5d7f2d..ccf959cd7325effbff19385794a222737e4d743b 100644 (file)
@@ -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,