]> arthur.barton.de Git - ngircd-alex.git/commitdiff
fix typo in conn.c
authorsalaaad2 <47527723+salaaad2@users.noreply.github.com>
Thu, 27 May 2021 16:19:30 +0000 (18:19 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 1 Nov 2022 16:38:38 +0000 (17:38 +0100)
src/ngircd/conn.c

index 94c6c4a8b1683fa75ca3fd4f6daaf98884d29dfd..ae151b3104693e4b783361d5709e6a8d9f891878 100644 (file)
@@ -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.
  */