From 8f12b9b42b9542882ca829957f2066c08f78dd27 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 19 Oct 2002 20:26:04 +0000 Subject: Fixed two typos noticed by Sycotic Smith (I think). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7806 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index db4b57933f..200ba53f53 100644 --- a/mplayer.c +++ b/mplayer.c @@ -1010,7 +1010,7 @@ if((stream_dump_type)&&(stream_dump_type<4)){ case 3: ds=d_dvdsub;break; } if(!ds){ - mp_msg(MSGT_CPLAYER,MSGL_FATAL,MSGTR_DumpSelectedSteramMissing); + mp_msg(MSGT_CPLAYER,MSGL_FATAL,MSGTR_DumpSelectedStreamMissing); exit_player(MSGTR_Exit_error); } // disable other streams: @@ -1042,7 +1042,7 @@ if(sh_video){ current_module="video_read_properties"; if(!video_read_properties(sh_video)) { - mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CannotReadVideoPropertiers); + mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CannotReadVideoProperties); sh_video=d_video->sh=NULL; } else { mp_msg(MSGT_CPLAYER,MSGL_V,"[V] filefmt:%d fourcc:0x%X size:%dx%d fps:%5.2f ftime:=%6.4f\n", -- cgit v1.2.3