From f9fd498e154a2b280f4ebaaeaa6538729ec27799 Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Sat, 5 Nov 2022 09:28:52 +1100
Subject: [PATCH] typo fix

---
 src/lib66/exec/ssexec_parse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib66/exec/ssexec_parse.c b/src/lib66/exec/ssexec_parse.c
index 95e01768..4fedfc06 100644
--- a/src/lib66/exec/ssexec_parse.c
+++ b/src/lib66/exec/ssexec_parse.c
@@ -130,7 +130,7 @@ int ssexec_parse(int argc, char const *const *argv, ssexec_t *info)
 
         /** need to check all the contents of the stralloc.
          * service can be a directory name. In this case
-         * we parse all services it contains. */
+         * we parse all services inside. */
         size_t pos = 0 ;
         FOREACH_SASTR(&sa, pos)
             parse_service(sa.s + pos, info, force, conf) ;
-- 
GitLab