diff --git a/src/tool_formparse.c b/src/tool_formparse.c index e322f8ddd2..f93ba03bfc 100644 --- a/src/tool_formparse.c +++ b/src/tool_formparse.c @@ -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,