spelling: fix new finds by typos-cli 1.39.0

Closes #19312
This commit is contained in:
Viktor Szakats 2025-10-31 21:17:31 +01:00
parent 70f240b2ed
commit 9c0b239ec1
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 3 additions and 3 deletions

View file

@ -513,7 +513,7 @@ CURLcode Curl_cf_send(struct Curl_easy *data, int sockindex,
/**
* Receive bytes from connection filter `cf` into `bufq`.
* Convenience wrappter around `Curl_bufq_sipn()`,
* Convenience wrapper around `Curl_bufq_sipn()`,
* so users do not have to implement a callback.
*/
CURLcode Curl_cf_recv_bufq(struct Curl_cfilter *cf,

View file

@ -990,7 +990,7 @@ static CURLcode ws_enc_add_pending(struct Curl_easy *data,
(curl_off_t)ws->pending.payload_len,
&ws->sendbuf);
if(result) {
CURL_TRC_WS(data, "ws_enc_cntrl(), error addiong head: %d",
CURL_TRC_WS(data, "ws_enc_cntrl(), error adding head: %d",
result);
goto out;
}