From 8ed3ba4995bd4d0e640ceec3f4524060d483be80 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 22 Feb 2007 00:18:10 +0000 Subject: cosmetics: typo fixes, usefuLL --> useful and aswell --> as well git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22307 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_directx.c | 2 +- libvo/vo_dxr3.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libvo') diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c index 023f0e72f7..383b941a1e 100644 --- a/libvo/vo_directx.c +++ b/libvo/vo_directx.c @@ -675,7 +675,7 @@ static uint32_t Directx_ManageDisplay() ovfx.dckDestColorkey.dwColorSpaceLowValue = destcolorkey; ovfx.dckDestColorkey.dwColorSpaceHighValue = destcolorkey; } - // set the flags we'll send to UpdateOverlay //DDOVER_AUTOFLIP|DDOVERFX_MIRRORLEFTRIGHT|DDOVERFX_MIRRORUPDOWN could be usefull?; + // set the flags we'll send to UpdateOverlay //DDOVER_AUTOFLIP|DDOVERFX_MIRRORLEFTRIGHT|DDOVERFX_MIRRORUPDOWN could be useful?; dwUpdateFlags = DDOVER_SHOW | DDOVER_DDFX; /*if hardware can't do colorkeying set the window on top*/ if(capsDrv.dwCKeyCaps & DDCKEYCAPS_DESTOVERLAY) dwUpdateFlags |= DDOVER_KEYDESTOVERRIDE; diff --git a/libvo/vo_dxr3.c b/libvo/vo_dxr3.c index b588b5bf71..f4ac45ac8b 100644 --- a/libvo/vo_dxr3.c +++ b/libvo/vo_dxr3.c @@ -19,7 +19,7 @@ * 2003-01-02: * Added patch from Jens Axboe that makes vo_dxr3 return to previous TV norm * after quiting. - * Added patch from Thomas Jarosch that fixed alot of textual ouput + * Added patch from Thomas Jarosch that fixed a lot of textual ouput * errors. * * 2002-12-24: (Hohoho) -- cgit v1.2.3