diff --git a/.github/scripts/typos.toml b/.github/scripts/typos.toml index ae87afdb08..2567d63b92 100644 --- a/.github/scripts/typos.toml +++ b/.github/scripts/typos.toml @@ -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)", ] diff --git a/src/tool_setopt.c b/src/tool_setopt.c index 89505979c9..c1fb812060 100644 --- a/src/tool_setopt.c +++ b/src/tool_setopt.c @@ -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 */ } }