mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:13:31 +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
|
|
@ -862,7 +862,7 @@ static CURLcode ftp_state_cwd(struct Curl_easy *data,
|
|||
if(conn->bits.reuse && ftpc->entrypath &&
|
||||
/* no need to go to entrypath when we have an absolute path */
|
||||
!(ftpc->dirdepth && ftpc->dirs[0][0] == '/')) {
|
||||
/* This is a re-used connection. Since we change directory to where the
|
||||
/* This is a reused connection. Since we change directory to where the
|
||||
transfer is taking place, we must first get back to the original dir
|
||||
where we ended up after login: */
|
||||
ftpc->cwdcount = 0; /* we count this as the first path, then we add one
|
||||
|
|
@ -1897,7 +1897,7 @@ static CURLcode ftp_state_pasv_resp(struct Curl_easy *data,
|
|||
if(data->set.ftp_skip_ip) {
|
||||
/* told to ignore the remotely given IP but instead use the host we used
|
||||
for the control connection */
|
||||
infof(data, "Skip %u.%u.%u.%u for data connection, re-use %s instead",
|
||||
infof(data, "Skip %u.%u.%u.%u for data connection, reuse %s instead",
|
||||
ip[0], ip[1], ip[2], ip[3],
|
||||
conn->host.name);
|
||||
ftpc->newhost = strdup(control_address(conn));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue