summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpdemux/muxer_lavf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/muxer_lavf.c b/libmpdemux/muxer_lavf.c
index 00f9140185..5b3b0b0ec4 100644
--- a/libmpdemux/muxer_lavf.c
+++ b/libmpdemux/muxer_lavf.c
@@ -396,7 +396,7 @@ int muxer_init_muxer_lavf(muxer_t *muxer)
if(url_fopen(&priv->oc->pb, mp_filename, URL_WRONLY))
{
- mp_msg(MSGT_MUXER, MSGL_FATAL, "Coulnd't open outfile\n");
+ mp_msg(MSGT_MUXER, MSGL_FATAL, "Could not open outfile\n");
goto fail;
}