mirror of
https://github.com/curl/curl.git
synced 2026-07-28 17:03:06 +03:00
misc: spelling fixes
Mostly in comments but also in the -w documentation for headers_json. Closes #8647
This commit is contained in:
parent
adb3ecff8d
commit
a3f4d7cee9
7 changed files with 12 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue