From aca4f9f474bfc7d3775a68d4838b0263e27c377b Mon Sep 17 00:00:00 2001 From: Yomi0 Date: Thu, 22 May 2014 09:49:21 -0400 Subject: tl_mpv_edl: correct misspelling on line 233 Closes #783 Signed-off-by: wm4 --- player/timeline/tl_mpv_edl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') diff --git a/player/timeline/tl_mpv_edl.c b/player/timeline/tl_mpv_edl.c index 05b16d2f6b..aba9738d53 100644 --- a/player/timeline/tl_mpv_edl.c +++ b/player/timeline/tl_mpv_edl.c @@ -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; -- cgit v1.2.3