From: Yu Watanabe Date: Fri, 5 Jan 2024 10:02:07 +0000 (+0900) Subject: login: noone -> no one X-Git-Tag: v256-rc1~1273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d61df11fcd4540da770aee339cf6bddc94f7cb28;p=thirdparty%2Fsystemd.git login: noone -> no one Follow-up for 59afe07c217c73e3c7c19fb06aef2ff7bf609fd2. --- diff --git a/src/login/logind-session.h b/src/login/logind-session.h index f018cb30f90..a9c44b465f7 100644 --- a/src/login/logind-session.h +++ b/src/login/logind-session.h @@ -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 {