ftp: slightly update comment to avoid typos exception

This commit is contained in:
Viktor Szakats 2025-07-13 01:53:25 +02:00
parent 1f8c2358ed
commit 76ff22027d
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ extend-ignore-identifiers-re = [
"(ba|BA|FU|Iy|ND|OT|pn|PN|UE)",
"(CNA|ECT|EDE|Jod|kno|ser|Typ|URE)",
"(admi|alue|CLEA|clen|GOST|HELO|helo|htpt|PASE)",
"(HEADE|numer|optin|stati)",
"(numer|optin|stati)",
"(Januar|passin|perfec|PUNICODE|TEMPLAT)",
]

View file

@ -2067,7 +2067,7 @@ static CURLcode client_write_header(struct Curl_easy *data,
* the body write callback when data->set.include_header is set
* via CURLOPT_HEADER.
* For historic reasons, FTP never played this game and expects
* all its HEADERs to do that always. Set that flag during the
* all its headers to do that always. Set that flag during the
* call to Curl_client_write() so it does the right thing.
*
* Notice that we cannot enable this flag for FTP in general,