mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:23:40 +03:00
spelling: use 'reuse' not 're-use' in code and elsewhere
Unify the spelling as both versions were previously used intermittently Closes #11717
This commit is contained in:
parent
1a14f2179b
commit
5e2beb3395
38 changed files with 68 additions and 68 deletions
|
|
@ -1396,7 +1396,7 @@ CURLcode Curl_pretransfer(struct Curl_easy *data)
|
|||
Curl_pgrsResetTransferSizes(data);
|
||||
Curl_pgrsStartNow(data);
|
||||
|
||||
/* In case the handle is re-used and an authentication method was picked
|
||||
/* In case the handle is reused and an authentication method was picked
|
||||
in the session we need to make sure we only use the one(s) we now
|
||||
consider to be fine */
|
||||
data->state.authhost.picked &= data->state.authhost.want;
|
||||
|
|
@ -1786,7 +1786,7 @@ CURLcode Curl_retry_request(struct Curl_easy *data, char **url)
|
|||
&& (data->set.rtspreq != RTSPREQ_RECEIVE)
|
||||
#endif
|
||||
)
|
||||
/* We got no data, we attempted to re-use a connection. For HTTP this
|
||||
/* We got no data, we attempted to reuse a connection. For HTTP this
|
||||
can be a retry so we try again regardless if we expected a body.
|
||||
For other protocols we only try again only if we expected a body.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue