mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:53:46 +03:00
Fix a couple of spelling errors in lib/
Found with codespell.
This commit is contained in:
parent
9230be0797
commit
1702a2c08d
31 changed files with 56 additions and 56 deletions
|
|
@ -621,7 +621,7 @@ static int showit(struct SessionHandle *data, curl_infotype type,
|
|||
size_t i;
|
||||
for(i = 0; i < size-4; i++) {
|
||||
if(memcmp(&buf[i], "\x0d\x0a\x0d\x0a", 4) == 0) {
|
||||
/* convert everthing through this CRLFCRLF but no further */
|
||||
/* convert everything through this CRLFCRLF but no further */
|
||||
conv_size = i + 4;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue