tool_setopt: slightly update comment to avoid typos exception

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

View file

@ -6,7 +6,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)",
"(admi|alue|clen|GOST|HELO|helo|htpt|PASE)",
"(numer|optin|stati)",
"(Januar|passin|perfec|PUNICODE|TEMPLAT)",
]

View file

@ -498,7 +498,7 @@ static CURLcode libcurl_generate_mime_part(CURL *curl,
mimeno, slistno);
if(!ret)
ret = easysrc_addf(&easysrc_code,
"slist%d = NULL;", slistno); /* Prevent CLEANing. */
"slist%d = NULL;", slistno); /* Prevent CLEAN */
}
}