Commit eb9153b4 authored by Tristan Matthews's avatar Tristan Matthews Committed by Gyan Doshi

avformat/hls: fix spelling and grammar on wrap warning

parent 754d52cf
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment