summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-06-11 08:50:12 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-06-11 08:52:13 +0200
commit753c896ff99dcb15be84b8ab9bc62a56d8183a8a (patch)
treebd71a5ad97d01832cf2304bfa380b9581a975e13 /src
parentMerge pull request #33264 from bluca/mkosi_dlopen_install (diff)
downloadsystemd-753c896ff99dcb15be84b8ab9bc62a56d8183a8a.tar.xz
systemd-753c896ff99dcb15be84b8ab9bc62a56d8183a8a.zip
login: re-used -> reused
Suggested by Fossies.
Diffstat (limited to 'src')
-rw-r--r--src/login/logind-user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind-user.c b/src/login/logind-user.c
index c63d214146..8066b3e320 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;