cleanup: fix typos and wording in docs and comments

Closes #4869
Reviewed-by: Emil Engler and Daniel Gustafsson
This commit is contained in:
Pedro Monreal 2020-02-02 09:49:28 +01:00 committed by Daniel Gustafsson
parent 6ef123522a
commit 4b6fd29f1a
15 changed files with 24 additions and 24 deletions

View file

@ -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);