mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +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
|
|
@ -584,7 +584,7 @@ bool Curl_host_is_ipnum(const char *hostname)
|
|||
}
|
||||
|
||||
|
||||
/* return TRUE if 'part' is a case insentive tail of 'full' */
|
||||
/* return TRUE if 'part' is a case insensitive tail of 'full' */
|
||||
static bool tailmatch(const char *full, const char *part)
|
||||
{
|
||||
size_t plen = strlen(part);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue