From 744b67d9e554c1aea78f3fd3c92adc5bd79339ae Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Mon, 23 Oct 2017 10:53:28 +0200 Subject: Fix various typos in log messages --- player/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/video.c') diff --git a/player/video.c b/player/video.c index 956e55d843..75ab78d5ab 100644 --- a/player/video.c +++ b/player/video.c @@ -1321,7 +1321,7 @@ void write_video(struct MPContext *mpctx) osd_set_force_video_pts(mpctx->osd, MP_NOPTS_VALUE); if (!update_subtitles(mpctx, mpctx->next_frames[0]->pts)) { - MP_VERBOSE(mpctx, "Video frame delayed due waiting on subtitles.\n"); + MP_VERBOSE(mpctx, "Video frame delayed due to waiting on subtitles.\n"); return; } -- cgit v1.2.3