summaryrefslogtreecommitdiff
path: root/lib/urlapi.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-03-30 10:49:05 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-03-30 10:49:06 +0200
commita3f4d7cee9af7213e2af6f405f468ea625d2d3f2 (patch)
tree980e36fa26d682ef048d571ae3cba3e2a600999d /lib/urlapi.c
parentadb3ecff8dcbace2da2e9c2ffefef9f5bffa1de1 (diff)
downloadcurl-a3f4d7cee9af7213e2af6f405f468ea625d2d3f2.tar.gz
misc: spelling fixes
Mostly in comments but also in the -w documentation for headers_json. Closes #8647
Diffstat (limited to 'lib/urlapi.c')
-rw-r--r--lib/urlapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urlapi.c b/lib/urlapi.c
index ff00ee424..99a0f6928 100644
--- a/lib/urlapi.c
+++ b/lib/urlapi.c
@@ -1144,7 +1144,7 @@ static CURLUcode parseurl(const char *url, CURLU *u, unsigned int flags)
}
/*
- * Parse the URL and, if successful, replace everyting in the Curl_URL struct.
+ * Parse the URL and, if successful, replace everything in the Curl_URL struct.
*/
static CURLUcode parseurl_and_replace(const char *url, CURLU *u,
unsigned int flags)