mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
lib: fix comment typos
Five separate ones, found by codespell Closes #12390
This commit is contained in:
parent
323df4261c
commit
0510e8b58c
5 changed files with 5 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue