[Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.50,1.51

pl pl at mplayer.dev.hu
Sun Jan 27 18:14:30 CET 2002


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv26564/libvo

Modified Files:
	vo_x11.c 
Log Message:
small typos in text

Index: vo_x11.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_x11.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- vo_x11.c	26 Jan 2002 16:01:26 -0000	1.50
+++ vo_x11.c	27 Jan 2002 17:14:27 -0000	1.51
@@ -210,7 +210,7 @@
             printf("XF86VidMode Extension v%i.%i\n", vm_ver, vm_rev);
             have_vm=1;
         } else
-            printf("XF86VidMode Extenstion not available.\n");
+            printf("XF86VidMode Extension not available.\n");
 
     if (have_vm) {
       if (vidmodes==NULL)
@@ -420,7 +420,7 @@
 #endif
   {
     mode=( ( myximage->blue_mask & 0x01 ) != 0 ) ? MODE_BGR : MODE_RGB;
-//   printf( "No support fon non-native XImage byte order!\n" );
+//   printf( "No support for non-native XImage byte order!\n" );
 //   return -1;
   }
 




More information about the MPlayer-cvslog mailing list