mirror of
https://github.com/curl/curl.git
synced 2025-09-19 02:22:47 +03: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;
|
break;
|
||||||
default:
|
default:
|
||||||
/* pick info from .netrc, if this is used for http, curl will
|
/* 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;
|
config->netrc = toggle;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user