1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-14 19:05:33 +00:00

typo fixes: Extenstion -> extension

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18509 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-05-14 17:56:04 +00:00
parent 4d3cfebbc3
commit 6fd578b711

View File

@ -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)
{