From b09944b3ae9a70baebc491eb32e006957cbd9554 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sun, 16 May 2021 01:43:07 +0900 Subject: [PATCH] tool_getparam: fix comment typo in tool_getparam.c enfore -> enforce Closes #7074 --- src/tool_getparam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3