From: Viktor Szakats Date: Mon, 2 Feb 2026 23:50:42 +0000 (+0100) Subject: typos: silence false positives found in C code X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d442be2ce30574728dd023e8ef0830357e08c7cd;p=thirdparty%2Fcurl.git typos: silence false positives found in C code Closes #20500 --- diff --git a/.github/scripts/typos.toml b/.github/scripts/typos.toml index 7d82d2210c..04c8e90721 100644 --- a/.github/scripts/typos.toml +++ b/.github/scripts/typos.toml @@ -5,13 +5,13 @@ [default] extend-ignore-identifiers-re = [ "^(ba|fo|pn|PN|UE)$", - "^(CNA|ser)$", + "^(CNA|cpy|ser)$", "^(ECT0|ECT1|HELO|htpts|PASE)$", "^[A-Za-z0-9_-]*(EDE|GOST)[A-Z0-9_-]*$", # ciphers "^0x[0-9a-fA-F]+FUL$", # unsigned long hex literals ending with 'F' "^(eyeballers|HELO_smtp|Januar|optin|passin|perfec|SMTP_HELO)$", "^(clen|req_clen|smtp_perform_helo|smtp_state_helo_resp|Tru64|_stati64)$", - "secur32", + "(ccontains|controllen|secur32)", "proxys", # this should be limited to tests/http/*. Short for secure proxy. ]