From cc557b0c68417fb3886c3c5f9cb8984bec80dcc8 Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Sat, 5 Nov 2022 09:25:33 +1100 Subject: [PATCH] typo fix --- src/lib66/exec/ssexec_svctl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib66/exec/ssexec_svctl.c b/src/lib66/exec/ssexec_svctl.c index 56db3f24..24327fb8 100644 --- a/src/lib66/exec/ssexec_svctl.c +++ b/src/lib66/exec/ssexec_svctl.c @@ -607,7 +607,7 @@ static int async_deps(pidservice_t *apids, unsigned int i, unsigned int what, ss idx += r + 1 ; /** - * the receiving string have the format: + * the received string have the format: * index_of_the_ares_array_of_the_service_dependency:signal_receive * * typically: @@ -628,7 +628,7 @@ static int async_deps(pidservice_t *apids, unsigned int i, unsigned int what, ss ilog = id ; - log_trace(pares[apids[i].aresid].sa.s + pares[apids[i].aresid].name, " acknowledges: ", &c, " from: ", pares[ilog].sa.s + pares[ilog].name, " ", &c,"-> ", line) ; + log_trace(pares[apids[i].aresid].sa.s + pares[apids[i].aresid].name, " acknowledges: ", &c, " from: ", pares[ilog].sa.s + pares[ilog].name) ; if (!visit[pos]) { @@ -648,7 +648,7 @@ static int async_deps(pidservice_t *apids, unsigned int i, unsigned int what, ss } } next: - + } return 1 ; -- GitLab