mirror of
https://github.com/curl/curl.git
synced 2026-06-06 12:24:19 +03:00
tool_formparse fix typo in comment
This commit is contained in:
parent
8da953250b
commit
2ebda6fa20
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ CURLcode tool2curlmime(CURL *curl, struct tool_mime *m, curl_mime **mime)
|
|||
|
||||
/*
|
||||
* helper function to get a word from form param
|
||||
* after call get_parm_word, str either point to string end
|
||||
* after call get_param_word, str either point to string end
|
||||
* or point to any of end chars.
|
||||
*/
|
||||
static char *get_param_word(struct OperationConfig *config, char **str,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue