summaryrefslogtreecommitdiff
path: root/src/core/net-nonblock.h
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@0x90.dk>2014-12-06 16:09:11 +0100
committerAlexander Færøy <ahf@0x90.dk>2014-12-06 16:09:11 +0100
commitbbd733392446951f41d04c88cbab9a46ccec31d5 (patch)
tree38037712923aa6dddd883e7f855c470f50589768 /src/core/net-nonblock.h
parentc01e026c73bb0a030e2d104e73db70c1b2795512 (diff)
parentf285332c5bb98c22952779f6d13664d3b2e3b847 (diff)
downloadirssi-bbd733392446951f41d04c88cbab9a46ccec31d5.zip
Merge pull request #171 from vlajos/typofixes-vlajos-20141108
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'src/core/net-nonblock.h')
-rw-r--r--src/core/net-nonblock.h2
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 */