spelling: fix codespell 2.2.6 typos

Closes #12019
This commit is contained in:
Viktor Szakats 2023-10-03 14:44:13 +00:00
parent 2e0fa50fc1
commit 3b6d18bbf6
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
23 changed files with 29 additions and 29 deletions

View file

@ -379,7 +379,7 @@ size_t Curl_ftp_parselist(char *buffer, size_t size, size_t nmemb,
/* scenario:
* 1. call => OK..
* 2. call => OUT_OF_MEMORY (or other error)
* 3. (last) call => is skipped RIGHT HERE and the error is hadled later
* 3. (last) call => is skipped RIGHT HERE and the error is handled later
* in wc_statemach()
*/
goto fail;