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:
12932 2022-10-11 22:01:37 +08:00 committed by Daniel Stenberg
parent aa970c4c08
commit ddeec8feba
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 4 additions and 4 deletions

View file

@ -116,7 +116,7 @@ static const char *find_host_sep(const char *url)
}
/*
* Decide in an encoding-independent manner whether a character in an
* Decide in an encoding-independent manner whether a character in a
* URL must be escaped. The same criterion must be used in strlen_url()
* and strcpy_url().
*/