mirror of
https://github.com/moparisthebest/curl
synced 2025-03-03 10:51:49 -05:00
tool_getparam: fix comment typo in tool_getparam.c
enfore -> enforce Closes #7074
This commit is contained in:
parent
e35d7c0492
commit
b09944b3ae
@ -1989,7 +1989,7 @@ ParameterError getparameter(const char *flag, /* f or -long-flag */
|
||||
break;
|
||||
default:
|
||||
/* pick info from .netrc, if this is used for http, curl will
|
||||
automatically enfore user+password with the request */
|
||||
automatically enforce user+password with the request */
|
||||
config->netrc = toggle;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user