From 44f62ff6f3f72d6889fb2569215d2bb8a1a3ec17 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(-) diff --git a/player/timeline/tl_mpv_edl.c b/player/timeline/tl_mpv_edl.c index 2cc6050d08..e692df3238 100644 --- a/player/timeline/tl_mpv_edl.c +++ b/player/timeline/tl_mpv_edl.c @@ -201,7 +201,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