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

@ -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 */
}
}