From: Ikko Ashimine Date: Sat, 15 May 2021 16:43:07 +0000 (+0900) Subject: tool_getparam: fix comment typo in tool_getparam.c X-Git-Tag: curl-7_77_0~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b09944b3ae9a70baebc491eb32e006957cbd9554;p=thirdparty%2Fcurl.git tool_getparam: fix comment typo in tool_getparam.c enfore -> enforce Closes #7074 --- diff --git a/src/tool_getparam.c b/src/tool_getparam.c index 4ee30038f5..3a3c10789d 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c @@ -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; }