diff options
Diffstat (limited to 'lib/easygetopt.c')
-rw-r--r-- | lib/easygetopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/easygetopt.c b/lib/easygetopt.c index a0239a8..86833bf 100644 --- a/lib/easygetopt.c +++ b/lib/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++; |