]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
login: noone -> no one
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 5 Jan 2024 10:02:07 +0000 (19:02 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 5 Jan 2024 10:08:12 +0000 (19:08 +0900)
Follow-up for 59afe07c217c73e3c7c19fb06aef2ff7bf609fd2.

src/login/logind-session.h

index f018cb30f90c84f24059c9788f29520ba364bc57..a9c44b465f73fe7cf772ccd673ddea088cba2305 100644 (file)
@@ -30,7 +30,7 @@ typedef enum SessionClass {
 } SessionClass;
 
 /* Whether we shall allow sessions of this class to run before 'systemd-user-sessions.service'. For now,
- * there's only one class we allow this for. It's generally set for root sessions, but noone else. */
+ * there's only one class we allow this for. It's generally set for root sessions, but no one else. */
 #define SESSION_CLASS_IS_EARLY(class) ((class) == SESSION_USER_EARLY)
 
 typedef enum SessionType {