mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:33:32 +03:00
misc: spelling fixes
Found using codespell 2.2.1. Also delete the redundant protocol designator from an archive.org URL. Reviewed-by: Daniel Stenberg Closes #9403
This commit is contained in:
parent
f2daef6ad4
commit
c9061f242b
18 changed files with 26 additions and 24 deletions
|
|
@ -1675,7 +1675,7 @@ CURLUcode curl_url_set(CURLU *u, CURLUPart what,
|
|||
|
||||
if(appendquery) {
|
||||
/* Append the string onto the old query. Add a '&' separator if none is
|
||||
present at the end of the exsting query already */
|
||||
present at the end of the existing query already */
|
||||
size_t querylen = u->query ? strlen(u->query) : 0;
|
||||
bool addamperand = querylen && (u->query[querylen -1] != '&');
|
||||
if(querylen) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue