mirror of
https://github.com/curl/curl.git
synced 2026-08-05 12:36:15 +03:00
lib: fix comment typos
Five separate ones, found by codespell Closes #12390
This commit is contained in:
parent
323df4261c
commit
0510e8b58c
5 changed files with 5 additions and 5 deletions
|
|
@ -1424,7 +1424,7 @@ CURLcode Curl_buffer_send(struct dynbuf *in,
|
|||
* and install our own `data->state.fread_func` that
|
||||
* on subsequent calls reads `in` empty.
|
||||
* - when the whisked away `in` is empty, the `fread_func`
|
||||
* is restored ot its original state.
|
||||
* is restored to its original state.
|
||||
* The problem is that `fread_func` can only return
|
||||
* `upload_buffer_size` lengths. If the send we do here
|
||||
* is larger and blocks, we do re-sending with smaller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue