diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2008-11-01 14:51:37 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2008-11-01 14:51:37 +0000 |
commit | 0433252e50fda8941c97fd1e0f3fde8ad9f8a1ba (patch) | |
tree | e8ff6226e51243c93abebc4dafa921a5bf23056a /lib/curl_addrinfo.c | |
parent | 5ce6f37e26a08b296cdb6d5efc195c187bf33e41 (diff) | |
download | curl-0433252e50fda8941c97fd1e0f3fde8ad9f8a1ba.tar.gz |
Fix typos.
Diffstat (limited to 'lib/curl_addrinfo.c')
-rw-r--r-- | lib/curl_addrinfo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/curl_addrinfo.c b/lib/curl_addrinfo.c index 1e281347b..8c538b821 100644 --- a/lib/curl_addrinfo.c +++ b/lib/curl_addrinfo.c @@ -95,7 +95,7 @@ Curl_freeaddrinfo(Curl_addrinfo *cahead) /* * Curl_getaddrinfo_ex() * - * This is a warapper function around system's getaddrinfo(), with + * This is a wrapper function around system's getaddrinfo(), with * the only difference that instead of returning a linked list of * addrinfo structs this one returns a linked list of Curl_addrinfo * ones. The memory allocated by this function *MUST* be free'd with @@ -334,7 +334,7 @@ Curl_he2ai(const struct hostent *he, int port) /* * curl_dofreeaddrinfo() * - * This is Strictly for memory tracing and are using the same style as the + * This is strictly for memory tracing and are using the same style as the * family otherwise present in memdebug.c. I put these ones here since they * require a bunch of structs I didn't wanna include in memdebug.c */ @@ -355,7 +355,7 @@ curl_dofreeaddrinfo(struct addrinfo *freethis, /* * curl_dogetaddrinfo() * - * This is Strictly for memory tracing and are using the same style as the + * This is strictly for memory tracing and are using the same style as the * family otherwise present in memdebug.c. I put these ones here since they * require a bunch of structs I didn't wanna include in memdebug.c */ |