badwords: add more contractions, fix fallouts

Also fix hits in autotools scripts (not to enforce).

Closes #19576
This commit is contained in:
Viktor Szakats 2025-11-17 18:03:22 +01:00
parent ad35ecba97
commit 1e1ec7f6c2
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
46 changed files with 126 additions and 113 deletions

View file

@ -1902,7 +1902,7 @@ static CURLcode ftp_state_pasv_resp(struct Curl_easy *data,
#ifndef CURL_DISABLE_PROXY
if(conn->bits.proxy) {
/* This connection uses a proxy and we need to connect to the proxy again
* here. We do not want to rely on a former host lookup that might've
* here. We do not want to rely on a former host lookup that might have
* expired now, instead we remake the lookup here and now! */
struct ip_quadruple ipquad;
bool is_ipv6;
@ -1964,7 +1964,7 @@ static CURLcode ftp_state_pasv_resp(struct Curl_easy *data,
}
/*
* When this is used from the multi interface, this might've returned with
* When this is used from the multi interface, this might have returned with
* the 'connected' set to FALSE and thus we are now awaiting a non-blocking
* connect to connect.
*/