1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 04:26:37 +02:00

Fix a ton of typos.

This commit is contained in:
Peter Powell
2015-07-08 10:55:44 +01:00
parent 4362f53cc3
commit 1666b1a8d8
48 changed files with 79 additions and 79 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ int windows_accept(int fd, struct sockaddr *addr, int *addrlen)
* @param af The protocol type, AF_INET or AF_INET6
* @param src The address
* @param dst Struct to put results in
* @return 1 on sucess, -1 on error
* @return 1 on success, -1 on error
*/
int windows_inet_pton(int af, const char *src, void *dst)
{