avformat/hls: fix spelling and grammar on wrap warning

This commit is contained in:
Tristan Matthews 2022-10-05 10:43:55 -04:00 committed by Gyan Doshi
parent 754d52cf42
commit eb9153b4a7
1 changed files with 1 additions and 1 deletions

View File

@ -1527,7 +1527,7 @@ reload:
return AVERROR_EOF;
}
} else {
av_log(v->parent, AV_LOG_WARNING, "maybe the m3u8 list sequence have been wraped.\n");
av_log(v->parent, AV_LOG_WARNING, "The m3u8 list sequence may have been wrapped.\n");
}
if (v->cur_seq_no >= v->start_seq_no + v->n_segments) {
if (v->finished)