From: Vincent Dechenaux Date: Mon, 24 May 2021 12:31:06 +0000 (+0200) Subject: Typo in service.c X-Git-Tag: v249-rc1~165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0c7e594ed61504a540df00e597ea30424c2d0ed;p=thirdparty%2Fsystemd.git Typo in service.c use => user --- diff --git a/src/core/service.c b/src/core/service.c index c34030644af..ab3a476bcda 100644 --- a/src/core/service.c +++ b/src/core/service.c @@ -2272,7 +2272,7 @@ static void service_enter_restart(Service *s) { goto fail; /* Count the jobs we enqueue for restarting. This counter is maintained as long as the unit isn't fully - * stopped, i.e. as long as it remains up or remains in auto-start states. The use can reset the counter + * stopped, i.e. as long as it remains up or remains in auto-start states. The user can reset the counter * explicitly however via the usual "systemctl reset-failure" logic. */ s->n_restarts ++; s->flush_n_restarts = false;