From 7d5294f6a1ef0ce67b85639895a9cec7a1985cd6 Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Sun, 29 Jan 2023 13:21:10 +1100
Subject: [PATCH] typo fix

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

diff --git a/src/lib66/exec/ssexec_reconfigure.c b/src/lib66/exec/ssexec_reconfigure.c
index eb51fda4..036105f1 100644
--- a/src/lib66/exec/ssexec_reconfigure.c
+++ b/src/lib66/exec/ssexec_reconfigure.c
@@ -92,7 +92,7 @@ int ssexec_reconfigure(int argc, char const *const *argv, ssexec_t *info)
 
         r = service_is_g(atree, argv[n], STATE_FLAGS_ISPARSED) ;
         if (r < 0)
-            log_dieusys(LOG_EXIT_SYS, "get information of service: ", argv[n], " -- please a bug report") ;
+            log_dieusys(LOG_EXIT_SYS, "get information of service: ", argv[n], " -- please make a bug report") ;
 
         if (!r) {
             /** nothing to do */
-- 
GitLab