changeset 18508:6233f00d61c8

typo fixes: Extenstion -> extension
author reimar
date Sun, 14 May 2006 17:56:04 +0000
parents aca735a7f219
children 94965d83e2b6
files libvo/x11_common.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Sun May 14 16:18:41 2006 +0000
+++ b/libvo/x11_common.c	Sun May 14 17:56:04 2006 +0000
@@ -1815,12 +1815,12 @@
     if (XF86VidModeQueryExtension(mDisplay, &vm_event, &vm_error))
     {
         XF86VidModeQueryVersion(mDisplay, &vm_ver, &vm_rev);
-        mp_msg(MSGT_VO, MSGL_V, "XF86VidMode Extension v%i.%i\n", vm_ver,
+        mp_msg(MSGT_VO, MSGL_V, "XF86VidMode extension v%i.%i\n", vm_ver,
                vm_rev);
         have_vm = 1;
     } else
         mp_msg(MSGT_VO, MSGL_WARN,
-               "XF86VidMode Extenstion not available.\n");
+               "XF86VidMode extension not available.\n");
 
     if (have_vm)
     {