[MPlayer-cvslog] CVS: main/libvo x11_common.c,1.211,1.212
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sun May 14 19:56:07 CEST 2006
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv9780
Modified Files:
x11_common.c
Log Message:
typo fixes: Extenstion -> extension
Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- x11_common.c 13 May 2006 18:34:02 -0000 1.211
+++ x11_common.c 14 May 2006 17:56:04 -0000 1.212
@@ -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)
{
More information about the MPlayer-cvslog
mailing list