summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorYomi0 <abyomi0@gmail.com>2014-05-22 09:49:21 -0400
committerwm4 <wm4@nowhere>2014-05-22 20:59:31 +0200
commitaca4f9f474bfc7d3775a68d4838b0263e27c377b (patch)
tree66eadf6e46b2dc076f3ab89f5359fb4b8eb1672b /player
parentd31b594f77bb55bdb30dd0fd763e18305aa372ee (diff)
downloadmpv-aca4f9f474bfc7d3775a68d4838b0263e27c377b.tar.bz2
mpv-aca4f9f474bfc7d3775a68d4838b0263e27c377b.tar.xz
tl_mpv_edl: correct misspelling on line 233
Closes #783 Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'player')
-rw-r--r--player/timeline/tl_mpv_edl.c2
1 files changed, 1 insertions, 1 deletions
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;