changeset 4382:2f540642e44d

small typos in text
author pl
date Sun, 27 Jan 2002 17:14:27 +0000
parents 9768db9a360a
children 8a0d7bd2d193
files libvo/vo_x11.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_x11.c	Sun Jan 27 17:02:38 2002 +0000
+++ b/libvo/vo_x11.c	Sun Jan 27 17:14:27 2002 +0000
@@ -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;
   }