diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2011-03-31 21:43:53 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-03-31 21:46:01 +0200 |
commit | 6d3ed3f16f7c427b22e8087804cea0f9874f4358 (patch) | |
tree | eed6fc7d6075fcde520d3c2bd4c2e70db854cb7a /src/socket_util.h | |
parent | be798998bf44f740943cf82f6edb6d3616a8606a (diff) | |
download | mpd-6d3ed3f16f7c427b22e8087804cea0f9874f4358.tar.gz mpd-6d3ed3f16f7c427b22e8087804cea0f9874f4358.tar.xz mpd-6d3ed3f16f7c427b22e8087804cea0f9874f4358.zip |
fix common misspellings
These fixes were mostly generated with `codespell' [0] and manually
reviewed.
[0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
Diffstat (limited to 'src/socket_util.h')
-rw-r--r-- | src/socket_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/socket_util.h b/src/socket_util.h index c53a45cf6..3ebf4084c 100644 --- a/src/socket_util.h +++ b/src/socket_util.h @@ -37,7 +37,7 @@ struct sockaddr; * * @param sa the sockaddr struct * @param length the length of #sa in bytes - * @param error location to store the error occuring, or NULL to + * @param error location to store the error occurring, or NULL to * ignore errors */ char * @@ -53,7 +53,7 @@ sockaddr_to_string(const struct sockaddr *sa, size_t length, GError **error); * @param address the address to listen on * @param address_length the size of #address * @param backlog the backlog parameter for the listen() system call - * @param error location to store the error occuring, or NULL to + * @param error location to store the error occurring, or NULL to * ignore errors * @return the socket file descriptor or -1 on error */ |