summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2021-05-16 01:43:07 +0900
committerDaniel Stenberg <daniel@haxx.se>2021-05-15 23:33:30 +0200
commitb09944b3ae9a70baebc491eb32e006957cbd9554 (patch)
treea5939c0fd8788b5cd3e9979ebfe04192ede7f675 /src
parente35d7c0492cf5bd60c5704a314c355805dbbf9c3 (diff)
downloadcurl-b09944b3ae9a70baebc491eb32e006957cbd9554.tar.gz
tool_getparam: fix comment typo in tool_getparam.c
enfore -> enforce Closes #7074
Diffstat (limited to 'src')
-rw-r--r--src/tool_getparam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_getparam.c b/src/tool_getparam.c
index 4ee30038f..3a3c10789 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;
}