diff options
Diffstat (limited to 'libs/libcurl/src/easygetopt.c')
-rw-r--r-- | libs/libcurl/src/easygetopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/easygetopt.c b/libs/libcurl/src/easygetopt.c index 40498b1fc4..b54f1db880 100644 --- a/libs/libcurl/src/easygetopt.c +++ b/libs/libcurl/src/easygetopt.c @@ -42,7 +42,7 @@ static struct curl_easyoption *lookup(const char *name, CURLoption id) }
else {
if((o->id == id) && !(o->flags & CURLOT_FLAG_ALIAS))
- /* don't match alias options */
+ /* do not match alias options */
return o;
}
o++;
|