From cf4f4cbebec63b7fefa1003b96c0beb32064be65 Mon Sep 17 00:00:00 2001 From: yrutschle Date: Sat, 8 May 2021 22:33:45 +0200 Subject: [PATCH] typo --- sslh-fork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sslh-fork.c b/sslh-fork.c index d83dc0d..4ff2ca9 100644 --- a/sslh-fork.c +++ b/sslh-fork.c @@ -164,7 +164,7 @@ void set_listen_procname(struct listen_endpoint *listen_socket) } -/* TCP listenedr: connections, fork a child for each new connection +/* TCP listener: connections, fork a child for each new connection * IN: * endpoint: array of listening endpoint objects * num_endpoints: size of endpoint array