diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2020-10-09 13:08:31 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2020-10-09 13:08:31 +0100 |
commit | bcca74d2713dc9c0a27992102c469f77bdd8dd1f (patch) | |
tree | 5e4a89c01b10efc275922235daeab5bd61c7778d /sockutils.c | |
parent | 2d3a47d5386d11c6e6c141afd50bdb56e2b087ce (diff) |
Fix some spelling. [skip ci]
Diffstat (limited to 'sockutils.c')
-rw-r--r-- | sockutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sockutils.c b/sockutils.c index dd43a315..c1ec9a5a 100644 --- a/sockutils.c +++ b/sockutils.c @@ -290,7 +290,7 @@ static int sock_ismcastaddr(const struct sockaddr *saddr) * * In case of a server socket, the function calls socket(), bind() and listen(). * - * This function is usually preceeded by the sock_initaddress(). + * This function is usually preceded by the sock_initaddress(). * * \param addrinfo: pointer to an addrinfo variable which will be used to * open the socket and such. This variable is the one returned by the previous call to |