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

@ -781,7 +781,7 @@ static CURLcode rtsp_rtp_readwrite(struct Curl_easy *data,
goto out;
}
/* If header parsing is not onging, extract RTP messsages */
/* If header parsing is not onging, extract RTP messages */
if(!rtspc->in_header) {
result = rtsp_filter_rtp(data, conn, buf, blen, in_body, &consumed);
if(result)