misc: fix typos in comments

Closes #2963
This commit is contained in:
Daniel Gustafsson 2018-09-09 21:29:39 +02:00 committed by Daniel Stenberg
parent 6e054623b4
commit 1870fd2832
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 4 additions and 4 deletions

View file

@ -552,7 +552,7 @@ CURLcode glob_next_url(char **globbed, URLGlob *glob)
}
}
if(carry) { /* first pattern ptr has run into overflow, done! */
/* TODO: verify if this should actally return CURLE_OK. */
/* TODO: verify if this should actually return CURLE_OK. */
return CURLE_OK; /* CURLE_OK to match previous behavior */
}
}