lib: minor comment typos

Closes #21388
This commit is contained in:
Daniel Stenberg 2026-04-20 22:30:31 +02:00
parent 809dda3a37
commit 0838297ad1
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ typedef void Curl_ssl_scache_obj_dtor(void *sobj);
* @param data the transfer involved
* @param ssl_peer_key the key for lookup
* @param sobj the TLS session object
* @param sobj_free_cb callback to free the session objectt
* @param sobj_free_cb callback to free the session object
*/
CURLcode Curl_ssl_scache_add_obj(struct Curl_cfilter *cf,
struct Curl_easy *data,

View file

@ -117,7 +117,7 @@ struct ws_cntrl_frame {
struct websocket {
struct Curl_easy *data; /* used for write callback handling */
struct ws_decoder dec; /* decode of ws frames */
struct ws_encoder enc; /* decode of ws frames */
struct ws_encoder enc; /* encode of ws frames */
struct bufq recvbuf; /* raw data from the server */
struct bufq sendbuf; /* raw data to be sent to the server */
struct curl_ws_frame recvframe; /* the current WS FRAME received */