/**
* 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,
(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;
}
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