diff mencoder.c @ 7805:f71bc57c4da9

Fixed two typos noticed by Sycotic Smith (I think).
author diego
date Sat, 19 Oct 2002 20:26:04 +0000
parents a164381ae537
children 3dc0b71630ff
line wrap: on
line diff
--- a/mencoder.c	Sat Oct 19 20:05:57 2002 +0000
+++ b/mencoder.c	Sat Oct 19 20:26:04 2002 +0000
@@ -467,7 +467,7 @@
 sh_video=d_video->sh;
 
   if(!video_read_properties(sh_video)){
-      printf(MSGTR_CannotReadVideoPropertiers);
+      printf(MSGTR_CannotReadVideoProperties);
       mencoder_exit(1,NULL);
   }