tl_mpv_edl: correct misspelling on line 233

Closes #783

Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
Yomi0 2014-05-22 09:49:21 -04:00 committed by wm4
parent d31b594f77
commit aca4f9f474
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ static void build_timeline(struct MPContext *mpctx, struct tl_parts *parts)
part->filename);
}
// Unkown length => use rest of the file. If duration is unknown, make
// Unknown length => use rest of the file. If duration is unknown, make
// something up.
if (part->length < 0)
part->length = (len < 0 ? 1 : len) - part->offset;