diff options
author | Fabian Keil <fk@fabiankeil.de> | 2011-04-19 15:54:13 +0200 |
---|---|---|
committer | Julien Chaffraix <julien.chaffraix@gmail.com> | 2011-04-21 07:55:53 -0700 |
commit | 1702a2c08d3a0ed5945f34e6cd38436611f65164 (patch) | |
tree | e72941241445237dc35527c098d6c2ca098bfaa5 /lib/inet_ntop.c | |
parent | 9230be0797cc7d155240fd38d07bee041527bbc2 (diff) | |
download | curl-1702a2c08d3a0ed5945f34e6cd38436611f65164.tar.gz |
Fix a couple of spelling errors in lib/
Found with codespell.
Diffstat (limited to 'lib/inet_ntop.c')
-rw-r--r-- | lib/inet_ntop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inet_ntop.c b/lib/inet_ntop.c index 26867f4d2..5012fbc4c 100644 --- a/lib/inet_ntop.c +++ b/lib/inet_ntop.c @@ -195,9 +195,9 @@ static char *inet_ntop6 (const unsigned char *src, char *dst, size_t size) * error, EAFNOSUPPORT or ENOSPC. * * On Windows we store the error in the thread errno, not - * in the winsock error code. This is to avoid loosing the + * in the winsock error code. This is to avoid losing the * actual last winsock error. So use macro ERRNO to fetch the - * errno this funtion sets when returning NULL, not SOCKERRNO. + * errno this function sets when returning NULL, not SOCKERRNO. */ char *Curl_inet_ntop(int af, const void *src, char *buf, size_t size) { |