From 501876e2fabf2e704368ee217160fd4277f20ca8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 19 May 2019 14:54:59 +0200 Subject: sub: fix typo in comment --- player/sub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/sub.c') diff --git a/player/sub.c b/player/sub.c index 0656dd5b56..40e7aba30f 100644 --- a/player/sub.c +++ b/player/sub.c @@ -110,7 +110,7 @@ static bool update_subtitle(struct MPContext *mpctx, double video_pts, term_osd_set_subs(mpctx, sub_get_text(dec_sub, video_pts)); // Handle displaying subtitles on VO with no video being played. This is - // quite differently, because normally subtitles are redrawn on new video + // quite different, because normally subtitles are redrawn on new video // frames, using the video frames' timestamps. if (mpctx->video_out && mpctx->video_status == STATUS_EOF) { if (osd_get_force_video_pts(mpctx->osd) != video_pts) { -- cgit v1.2.3