diff options
author | Veres Lajos <vlajos@gmail.com> | 2014-11-08 22:26:53 +0000 |
---|---|---|
committer | Veres Lajos <vlajos@gmail.com> | 2014-11-08 22:26:53 +0000 |
commit | f285332c5bb98c22952779f6d13664d3b2e3b847 (patch) | |
tree | e164681cea8a338cd0fd028704ae0560a1d763eb /src/core/net-nonblock.h | |
parent | 688fc817dd9958f66e3be603dd0ee8ecc97d649d (diff) | |
download | irssi-f285332c5bb98c22952779f6d13664d3b2e3b847.zip |
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'src/core/net-nonblock.h')
-rw-r--r-- | src/core/net-nonblock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/net-nonblock.h b/src/core/net-nonblock.h index 32cfac70..af5968c8 100644 --- a/src/core/net-nonblock.h +++ b/src/core/net-nonblock.h @@ -29,7 +29,7 @@ int net_gethostbyname_nonblock(const char *addr, GIOChannel *pipe, int reverse_lookup); /* Get host's name, call func when finished */ int net_gethostbyaddr_nonblock(IPADDR *ip, NET_HOST_CALLBACK func, void *data); -/* get the resolved IP address. returns -1 if some error occured with read() */ +/* get the resolved IP address. returns -1 if some error occurred with read() */ int net_gethostbyname_return(GIOChannel *pipe, RESOLVED_IP_REC *rec); /* Connect to server, call func when finished */ |