1
0
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:
Ikko Ashimine 2021-05-16 01:43:07 +09:00 committed by Daniel Stenberg
parent e35d7c0492
commit b09944b3ae
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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;
}