From f0c7e594ed61504a540df00e597ea30424c2d0ed Mon Sep 17 00:00:00 2001 From: Vincent Dechenaux Date: Mon, 24 May 2021 14:31:06 +0200 Subject: [PATCH] Typo in service.c use => user --- src/core/service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/service.c b/src/core/service.c index c34030644a..ab3a476bcd 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;