mirror of
https://github.com/curl/curl.git
synced 2026-08-10 19:30:53 +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
|
|
@ -233,7 +233,7 @@ CURLcode Curl_fillreadbuffer(struct connectdata *conn, int bytes, int *nreadp)
|
|||
#endif /* CURL_DOES_CONVERSIONS */
|
||||
|
||||
if((nread - hexlen) == 0)
|
||||
/* mark this as done once this chunk is transfered */
|
||||
/* mark this as done once this chunk is transferred */
|
||||
data->req.upload_done = TRUE;
|
||||
|
||||
nread+=(int)strlen(endofline_native); /* for the added end of line */
|
||||
|
|
@ -2098,7 +2098,7 @@ CURLcode Curl_retry_request(struct connectdata *conn,
|
|||
to retry. Marking it this way should
|
||||
prevent i.e HTTP transfers to return
|
||||
error just because nothing has been
|
||||
transfered! */
|
||||
transferred! */
|
||||
|
||||
if(data->state.proto.http->writebytecount)
|
||||
Curl_readrewind(conn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue