summaryrefslogtreecommitdiffstats
path: root/mencoder.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 /mencoder.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 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
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);
}