From: Yu Watanabe Date: Tue, 11 Jun 2024 06:50:12 +0000 (+0900) Subject: login: re-used -> reused X-Git-Tag: v256~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=753c896ff99dcb15be84b8ab9bc62a56d8183a8a;p=thirdparty%2Fsystemd.git login: re-used -> reused Suggested by Fossies. --- diff --git a/src/login/logind-user.c b/src/login/logind-user.c index c63d214146c..8066b3e3201 100644 --- a/src/login/logind-user.c +++ b/src/login/logind-user.c @@ -509,7 +509,7 @@ int user_start(User *u) { if (!u->started || u->stopping) { /* If u->stopping is set, the user is marked for removal and service stop-jobs are queued. * We have to clear that flag before queueing the start-jobs again. If they succeed, the - * user object can be re-used just fine (pid1 takes care of job-ordering and proper restart), + * user object can be reused just fine (pid1 takes care of job-ordering and proper restart), * but if they fail, we want to force another user_stop() so possibly pending units are * stopped. */ u->stopping = false;