summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.c4
1 files changed, 2 insertions, 2 deletions
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)
{