mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:23:33 +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
|
|
@ -601,7 +601,7 @@ bool Curl_ipv6works(struct Curl_easy *data)
|
|||
if(data) {
|
||||
/* the nature of most system is that IPv6 status doesn't come and go
|
||||
during a program's lifetime so we only probe the first time and then we
|
||||
have the info kept for fast re-use */
|
||||
have the info kept for fast reuse */
|
||||
DEBUGASSERT(data);
|
||||
DEBUGASSERT(data->multi);
|
||||
if(data->multi->ipv6_up == IPV6_UNKNOWN) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue