misc: spelling improvements

Closes #8956
This commit is contained in:
Fabian Keil 2021-03-27 05:03:00 +01:00 committed by Daniel Stenberg
parent 298c1dfc7b
commit 9dbce9b3d0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 7 additions and 7 deletions

View file

@ -879,7 +879,7 @@ static int get_request(curl_socket_t sock, struct httprequest *req)
else {
if(req->skip)
/* we are instructed to not read the entire thing, so we make sure to
only read what we're supposed to and NOT read the enire thing the
only read what we're supposed to and NOT read the entire thing the
client wants to send! */
got = sread(sock, reqbuf + req->offset, req->cl);
else