mirror of
https://github.com/curl/curl.git
synced 2026-08-26 14: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
|
|
@ -1886,8 +1886,8 @@ static char *imap_atom(const char *str, bool escape_only)
|
|||
*/
|
||||
static bool imap_is_bchar(char ch)
|
||||
{
|
||||
/* Peforming the alnum check with this macro is faster because of ASCII
|
||||
artihmetic */
|
||||
/* Performing the alnum check with this macro is faster because of ASCII
|
||||
arithmetic */
|
||||
if(ISALNUM(ch))
|
||||
return true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue