From 2ebda6fa20983c174adc5b73cc08f0bf65750bef Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jul 2025 11:00:31 +0200 Subject: [PATCH] tool_formparse fix typo in comment --- src/tool_formparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,