summaryrefslogtreecommitdiffstats
path: root/player/loadfile.c
diff options
context:
space:
mode:
authorNicolas F <ovdev@fratti.ch>2017-10-23 10:53:28 +0200
committerMartin Herkt <652892+lachs0r@users.noreply.github.com>2017-12-03 21:24:18 +0100
commit744b67d9e554c1aea78f3fd3c92adc5bd79339ae (patch)
treeb75378c2bea712070a0619be43e92ad70501347c /player/loadfile.c
parent1a9fb7937a1a4d32065a144a2dc960bba04ddf10 (diff)
downloadmpv-744b67d9e554c1aea78f3fd3c92adc5bd79339ae.tar.bz2
mpv-744b67d9e554c1aea78f3fd3c92adc5bd79339ae.tar.xz
Fix various typos in log messages
Diffstat (limited to 'player/loadfile.c')
-rw-r--r--player/loadfile.c6
1 files changed, 3 insertions, 3 deletions
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 {