mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:43:37 +03:00
cleanup: fix typos and wording in docs and comments
Closes #4869 Reviewed-by: Emil Engler and Daniel Gustafsson
This commit is contained in:
parent
6ef123522a
commit
4b6fd29f1a
15 changed files with 24 additions and 24 deletions
|
|
@ -2388,7 +2388,7 @@ CURLcode Curl_http(struct connectdata *conn, bool *done)
|
|||
return CURLE_OUT_OF_MEMORY;
|
||||
}
|
||||
}
|
||||
/* Extract the the URL to use in the request. Store in STRING_TEMP_URL for
|
||||
/* Extract the URL to use in the request. Store in STRING_TEMP_URL for
|
||||
clean-up reasons if the function returns before the free() further
|
||||
down. */
|
||||
uc = curl_url_get(h, CURLUPART_URL, &data->set.str[STRING_TEMP_URL], 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue