mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:03:40 +03:00
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:
parent
8c02407bef
commit
660600c747
5 changed files with 5 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue