]> granicus.if.org Git - curl/commitdiff
In lib/, change 'wanna' to 'want to'.
authorFabian Keil <fk@fabiankeil.de>
Tue, 19 Apr 2011 13:55:37 +0000 (15:55 +0200)
committerJulien Chaffraix <julien.chaffraix@gmail.com>
Thu, 21 Apr 2011 14:55:53 +0000 (07:55 -0700)
Found with codespell.

lib/curl_addrinfo.c
lib/hostip6.c

index 6feccf2d084eeaa88e9b27c0484bca6d9070537b..8489204bdf9336bf7acafe38a2eb19eb4be7fd93 100644 (file)
@@ -486,7 +486,7 @@ Curl_addrinfo *Curl_str2addr(char *address, int port)
  *
  * 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
+ * require a bunch of structs I didn't want to include in memdebug.c
  */
 
 void
@@ -506,7 +506,7 @@ curl_dofreeaddrinfo(struct addrinfo *freethis,
  *
  * 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
+ * require a bunch of structs I didn't want to include in memdebug.c
  */
 
 int
index 5c05dc97cf7c797cbf6c723302d367f1e724999b..472f04a68f5c4a9729f015a65ceebc5b00294970 100644 (file)
@@ -78,7 +78,7 @@
 #if defined(CURLDEBUG) && defined(HAVE_GETNAMEINFO)
 /* These are 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
+ * require a bunch of structs I didn't want to include in memdebug.c
  */
 
 /*