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/server_socket.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/server_socket.h')
-rw-r--r-- | src/server_socket.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server_socket.h b/src/server_socket.h index b02b2f4ce..e5777f7b3 100644 --- a/src/server_socket.h +++ b/src/server_socket.h @@ -47,7 +47,7 @@ server_socket_close(struct server_socket *ss); * Add a listener on a port on all interfaces. * * @param port the TCP port - * @param error_r location to store the error occuring, or NULL to + * @param error_r location to store the error occurring, or NULL to * ignore errors * @return true on success */ @@ -61,7 +61,7 @@ server_socket_add_port(struct server_socket *ss, unsigned port, * * @param hostname the host name to be resolved * @param port the TCP port - * @param error_r location to store the error occuring, or NULL to + * @param error_r location to store the error occurring, or NULL to * ignore errors * @return true on success */ @@ -73,7 +73,7 @@ server_socket_add_host(struct server_socket *ss, const char *hostname, * Add a listener on a Unix domain socket. * * @param path the absolute socket path - * @param error_r location to store the error occuring, or NULL to + * @param error_r location to store the error occurring, or NULL to * ignore errors * @return true on success */ |