From 6fd578b711574ba6710ab26ebad6db69f3bddd9c Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 14 May 2006 17:56:04 +0000 Subject: typo fixes: Extenstion -> extension git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18509 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libvo') diff --git a/libvo/x11_common.c b/libvo/x11_common.c index 6a522bfda8..9faeb741b8 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -1815,12 +1815,12 @@ void vo_vm_switch(uint32_t X, uint32_t Y, int *modeline_width, 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) { -- cgit v1.2.3