diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2021-05-16 01:43:07 +0900 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-05-15 23:33:30 +0200 |
commit | b09944b3ae9a70baebc491eb32e006957cbd9554 (patch) | |
tree | a5939c0fd8788b5cd3e9979ebfe04192ede7f675 /src | |
parent | e35d7c0492cf5bd60c5704a314c355805dbbf9c3 (diff) | |
download | curl-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.c | 2 |
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; } |