Browse Source

tool_getparam: fix comment typo in tool_getparam.c

enfore -> enforce

Closes #7074
Ikko Ashimine 2 years ago
parent
commit
b09944b3ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/tool_getparam.c

+ 1 - 1
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;
       }