badwords: add fist -> first, fix fallouts

There are still `curl_fistrgs` in packages/OS400/curl.inc.in but
I'm not sure what that's supposed to be exactly.

Closes #20066
This commit is contained in:
Yedaya Katsman 2025-12-21 21:53:58 +02:00 committed by Viktor Szakats
parent 8c02407bef
commit 660600c747
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
5 changed files with 5 additions and 4 deletions

View file

@ -1494,7 +1494,7 @@ static ParameterError parse_verbose(bool toggle)
return err;
}
else if(!verbose_nopts) {
/* fist `-v` in an argument resets to base verbosity */
/* first `-v` in an argument resets to base verbosity */
global->verbosity = 0;
if(!global->trace_set && set_trace_config("-all"))
return PARAM_NO_MEM;