mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:27:18 +03:00
misc: nitpick grammar in comments/docs
because the 'u' in URL is actually a consonant *sound* it is only correct to write "a URL" sorry this is a bit nitpicky :P https://english.stackexchange.com/questions/152/when-should-i-use-a-vs-an https://www.techtarget.com/whatis/feature/Which-is-correct-a-URL-or-an-URL Closes #9699
This commit is contained in:
parent
aa970c4c08
commit
ddeec8feba
4 changed files with 4 additions and 4 deletions
|
|
@ -79,7 +79,7 @@ int main(int argc, char **argv)
|
|||
|
||||
/* curl_easy_setopt(handle, CURLOPT_VERBOSE, 1L); */
|
||||
|
||||
/* set an URL containing wildcard pattern (only in the last part) */
|
||||
/* set a URL containing wildcard pattern (only in the last part) */
|
||||
if(argc == 2)
|
||||
curl_easy_setopt(handle, CURLOPT_URL, argv[1]);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue