]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Typo in service.c
authorVincent Dechenaux <vincent.dechenaux@gmail.com>
Mon, 24 May 2021 12:31:06 +0000 (14:31 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 24 May 2021 12:47:29 +0000 (14:47 +0200)
use => user

src/core/service.c

index c34030644af731f20aab8ed704af07d9f85727f1..ab3a476bcda6eb159db178fe7c45581fae7305ed 100644 (file)
@@ -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;