# HG changeset patch # User reimar # Date 1147629364 0 # Node ID 6233f00d61c80623b8feb8959a0f2e4169fd23f3 # Parent aca735a7f219283afff48f714aa6487109223560 typo fixes: Extenstion -> extension diff -r aca735a7f219 -r 6233f00d61c8 libvo/x11_common.c --- 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) {