From 9c07e100cfebbbf9ee161c332363217286c7cb63 Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Sat, 11 Mar 2023 02:33:14 +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 b632b6d3..83b7dffd 100644
--- a/src/lib66/exec/ssexec_stop.c
+++ b/src/lib66/exec/ssexec_stop.c
@@ -115,7 +115,7 @@ int ssexec_stop(int argc, char const *const *argv, ssexec_t *info)
             visit[idx] = 1 ;
         }
 
-        /** find dependencies of the service from the graph, do it recursively */
+        /** find requiredby of the service from the graph, do it recursively */
         c = graph_matrix_get_edge_g_list(l, &graph, argv[n], 1, 1) ;
 
         /** append to the list to deal with */
-- 
GitLab