]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
login: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 18 Jan 2025 19:22:11 +0000 (04:22 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 18 Jan 2025 19:22:16 +0000 (04:22 +0900)
Follow-up for a6ad410ffa5d63647ea9048932b7b459cbe55662.

src/login/logind-session.h

index c0cf03ff549603ad0bf0806f95d3cfebf6e927f0..a3e34b0713f493b6572d5c1b8279e11e5bf889a3 100644 (file)
@@ -69,7 +69,7 @@ typedef enum SessionClass {
 /* Which session classes allow changing session types */
 #define SESSION_CLASS_CAN_CHANGE_TYPE(class) (IN_SET((class), SESSION_USER, SESSION_USER_EARLY, SESSION_USER_LIGHT, SESSION_USER_EARLY_LIGHT, SESSION_GREETER, SESSION_LOCK_SCREEN))
 
-/* Which session classes are taken into acccount when deciding whether shutdown shall be allowed if other users are logged in */
+/* Which session classes are taken into account when deciding whether shutdown shall be allowed if other users are logged in */
 #define SESSION_CLASS_IS_INHIBITOR_LIKE(class) IN_SET((class), SESSION_USER, SESSION_USER_EARLY, SESSION_USER_LIGHT, SESSION_USER_EARLY_LIGHT)
 
 typedef enum SessionType {