changeset 24948:88f94ec441d1

Fix typo in error message
author reimar
date Tue, 06 Nov 2007 08:12:19 +0000
parents 7667b611e6b4
children 11d4bcd96bc3
files libmpdemux/muxer_lavf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/muxer_lavf.c	Tue Nov 06 03:41:15 2007 +0000
+++ b/libmpdemux/muxer_lavf.c	Tue Nov 06 08:12:19 2007 +0000
@@ -396,7 +396,7 @@
 
 	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;
         }