]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tool_getparam: fix comment typo in tool_getparam.c
authorIkko Ashimine <eltociear@gmail.com>
Sat, 15 May 2021 16:43:07 +0000 (01:43 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 15 May 2021 21:33:30 +0000 (23:33 +0200)
enfore -> enforce

Closes #7074

src/tool_getparam.c

index 4ee30038f589ed1d5fb24526157f2bb013ac5d90..3a3c10789d2729538ef14972a3f008687789e9f5 100644 (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;
       }