diff options
author | Pedro Monreal <pmgdeb@gmail.co> | 2020-02-02 09:49:28 +0100 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2020-02-02 18:43:01 +0100 |
commit | 4b6fd29f1a0e5e71b1863b843324a7bdc800ef0a (patch) | |
tree | 866d9eb632d67a014bad0e8bbb48208b3f8a7568 /lib/http.c | |
parent | 6ef123522a28ca872f12fe482ee7c714079c61b2 (diff) | |
download | curl-4b6fd29f1a0e5e71b1863b843324a7bdc800ef0a.tar.gz |
cleanup: fix typos and wording in docs and comments
Closes #4869
Reviewed-by: Emil Engler and Daniel Gustafsson
Diffstat (limited to 'lib/http.c')
-rw-r--r-- | lib/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.c b/lib/http.c index 548ba07cc..c500ae0d7 100644 --- a/lib/http.c +++ b/lib/http.c @@ -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); |