Skip to content
Snippets Groups Projects
Commit 210278d9 authored by Fabian Keil's avatar Fabian Keil Committed by Julien Chaffraix
Browse files

In lib/, change 'wanna' to 'want to'.

Found with codespell.
parent 59423628
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
*/
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment