tool_formparse fix typo in comment

This commit is contained in:
Viktor Szakats 2025-07-12 11:00:31 +02:00
parent 8da953250b
commit 2ebda6fa20
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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,