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/loadfile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'player/loadfile.c') diff --git a/player/loadfile.c b/player/loadfile.c index 3551117522..b5c7cae6cb 100644 --- a/player/loadfile.c +++ b/player/loadfile.c @@ -895,7 +895,7 @@ static void open_demux_reentrant(struct MPContext *mpctx) if (done) { MP_VERBOSE(mpctx, "Dropping finished prefetch of wrong URL.\n"); } else { - MP_VERBOSE(mpctx, "Aborting onging prefetch of wrong URL.\n"); + MP_VERBOSE(mpctx, "Aborting ongoing prefetch of wrong URL.\n"); } cancel_open(mpctx); } @@ -1060,7 +1060,7 @@ static int reinit_complex_filters(struct MPContext *mpctx, bool force_uninit) { if (mpctx->vo_chain) { if (mpctx->vo_chain->video_src) { - MP_ERR(mpctx, "Pad vo tries to connected to already used VO.\n"); + MP_ERR(mpctx, "Pad vo tries to connect to already used VO.\n"); goto done; } } else { @@ -1080,7 +1080,7 @@ static int reinit_complex_filters(struct MPContext *mpctx, bool force_uninit) { if (mpctx->ao_chain) { if (mpctx->ao_chain->audio_src) { - MP_ERR(mpctx, "Pad ao tries to connected to already used AO.\n"); + MP_ERR(mpctx, "Pad ao tries to connect to already used AO.\n"); goto done; } } else { -- cgit v1.2.3