s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 40aff8c8e78c4e83325dcbfc3fa5f99ed7321a2f
parent aa62441bff80596baa513956c975eee97605212c
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Wed, 30 Nov 2022 08:12:34 +0000

 s6-ipcclient: more typo fixes

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
Msrc/conn-tools/s6-ipcclient.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conn-tools/s6-ipcclient.c b/src/conn-tools/s6-ipcclient.c @@ -44,7 +44,7 @@ int main (int argc, char const *const *argv) strerr_diefu2sys(111, "bind socket to ", bindpath) ; if (!ipc_connect(s, argv[0])) strerr_diefu2sys(111, "connect to ", argv[0]) ; - if (verbosity >= 2) strerr_warn3x(PROG, ": connected to ", argv[0]) ; + if (verbosity >= 2) strerr_warni3x(PROG, ": connected to ", argv[0]) ; if (localname) { size_t n = strlen(localname) ;