summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-19 20:26:04 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-19 20:26:04 +0000
commit8f12b9b42b9542882ca829957f2066c08f78dd27 (patch)
tree5d6246f50a0e71eafecdc9bbfb223c567a7319bd /mplayer.c
parentd1f02dd09952303c8edc2c888b029207e92cd4da (diff)
downloadmpv-8f12b9b42b9542882ca829957f2066c08f78dd27.tar.bz2
mpv-8f12b9b42b9542882ca829957f2066c08f78dd27.tar.xz
Fixed two typos noticed by Sycotic Smith (I think).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7806 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c4
1 files changed, 2 insertions, 2 deletions
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",