From 3db55f772d89fe03559eb5faca96d914571b34ff Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 13 Jul 2025 01:55:56 +0200 Subject: [PATCH] tool_setopt: slightly update comment to avoid typos exception --- .github/scripts/typos.toml | 2 +- src/tool_setopt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */ } }