mirror of
https://github.com/curl/curl.git
synced 2026-07-16 03:47:15 +03:00
tool_getparam: fix comment typo in tool_getparam.c
enfore -> enforce Closes #7074
This commit is contained in:
parent
e35d7c0492
commit
b09944b3ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue