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 --- mencoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index f90018ed72..a3c21a21ab 100644 --- a/mencoder.c +++ b/mencoder.c @@ -467,7 +467,7 @@ sh_audio=d_audio->sh; sh_video=d_video->sh; if(!video_read_properties(sh_video)){ - printf(MSGTR_CannotReadVideoPropertiers); + printf(MSGTR_CannotReadVideoProperties); mencoder_exit(1,NULL); } -- cgit v1.2.3