We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8ae32b + 074c833 commit f336929Copy full SHA for f336929
Utilities/cmcurl/lib/noproxy.c
@@ -231,7 +231,7 @@ bool Curl_check_noproxy(const char *name, const char *no_proxy)
231
slash = strchr(check, '/');
232
/* if the slash is part of this token, use it */
233
if(slash) {
234
- /* if the bits variable gets a crazy value here, that is fine as
+ /* if the bits variable gets an unexpected value here, that is fine as
235
the value will then be rejected in the cidr function */
236
bits = (unsigned int)atoi(slash + 1);
237
*slash = 0; /* null terminate there */
0 commit comments