mirror of
https://github.com/curl/curl.git
synced 2026-07-30 21:28:03 +03:00
tool_setopt: slightly update comment to avoid typos exception
This commit is contained in:
parent
76ff22027d
commit
3db55f772d
2 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue