lib: fix comment typos

Five separate ones, found by codespell

Closes #12390
This commit is contained in:
Daniel Stenberg 2023-11-23 09:51:14 +01:00
parent 323df4261c
commit 0510e8b58c
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 5 additions and 5 deletions

View file

@ -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