diff options
| author | salaaad2 <47527723+salaaad2@users.noreply.github.com> | 2021-05-27 18:19:30 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2022-11-01 17:38:38 +0100 |
| commit | b0caf5984ea0f6db7d864dee05c2ccdf78907298 (patch) | |
| tree | 86b7c8e2740a390d80e3727d65e8945a07680449 /src | |
| parent | 79ffa9132b9f9bba314c24e64d320e1b5eaddc83 (diff) | |
| download | ngircd-b0caf5984ea0f6db7d864dee05c2ccdf78907298.tar.gz ngircd-b0caf5984ea0f6db7d864dee05c2ccdf78907298.zip | |
fix typo in conn.c
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/conn.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |