From b0caf5984ea0f6db7d864dee05c2ccdf78907298 Mon Sep 17 00:00:00 2001 From: salaaad2 <47527723+salaaad2@users.noreply.github.com> Date: Thu, 27 May 2021 18:19:30 +0200 Subject: [PATCH] fix typo in conn.c --- src/ngircd/conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngircd/conn.c b/src/ngircd/conn.c index 94c6c4a8..ae151b31 100644 --- a/src/ngircd/conn.c +++ b/src/ngircd/conn.c @@ -591,7 +591,7 @@ set_v6_only(int af, int sock) /** * Initialize new listening port. * - * @param listen_addr Local address to bind the socet to (can be 0.0.0.0). + * @param listen_addr Local address to bind the socket to (can be 0.0.0.0). * @param Port Port number on which the new socket should be listening. * @returns file descriptor of the socket or -1 on failure. */ -- 2.39.2