From 17d42d000cf40179e18cb0aac0b9501ce1988542 Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Sun, 21 May 2023 21:27:31 +1100 Subject: [PATCH] typo fix --- src/lib66/exec/ssexec_stop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib66/exec/ssexec_stop.c b/src/lib66/exec/ssexec_stop.c index f2971dcd..195f6262 100644 --- a/src/lib66/exec/ssexec_stop.c +++ b/src/lib66/exec/ssexec_stop.c @@ -98,7 +98,7 @@ int ssexec_stop(int argc, char const *const *argv, ssexec_t *info) graph_build_service(&graph, ares, &areslen, info, flag) ; if (!graph.mlen) - log_die(LOG_EXIT_USER, "services selection is not available -- did you started its first?") ; + log_die(LOG_EXIT_USER, "services selection is not available -- did you started it first?") ; graph_array_init_single(visit, SS_MAX_SERVICE) ; -- GitLab