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:
Daniel Stenberg 2023-08-23 14:47:45 +02:00
parent 1a14f2179b
commit 5e2beb3395
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
38 changed files with 68 additions and 68 deletions

View file

@ -374,7 +374,7 @@ static CURLcode wssh_connect(struct Curl_easy *data, bool *done)
wssh_setup_connection(data, conn);
/* We default to persistent connections. We set this already in this connect
function to make the re-use checks properly be able to check this bit. */
function to make the reuse checks properly be able to check this bit. */
connkeep(conn, "SSH default");
if(conn->handler->protocol & CURLPROTO_SCP) {