Housecleaning: Fix typo in comment
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
9b7ff4d663
commit
83dc97058e
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ static size_t handle_icy_headers(size_t avail, HTTPSource *fp, char *ptr) {
|
|||
|
||||
fp->icyheader = 1;
|
||||
|
||||
// check for ternmination marker
|
||||
// check for termination marker
|
||||
if(avail >= 4 && !memcmp(ptr, "\r\n\r\n", 4)) {
|
||||
avail -= 4;
|
||||
ptr += 4;
|
||||
|
|
Loading…
Reference in a new issue