summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
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);
}