summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-22 00:18:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-22 00:18:10 +0000
commit8ed3ba4995bd4d0e640ceec3f4524060d483be80 (patch)
treef6a086ffee6262b0462fe274453503b38151ff8c /libvo
parent3c0c8686fdff3b33487154bb31c8726961a112d8 (diff)
downloadmpv-8ed3ba4995bd4d0e640ceec3f4524060d483be80.tar.bz2
mpv-8ed3ba4995bd4d0e640ceec3f4524060d483be80.tar.xz
cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22307 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_directx.c2
-rw-r--r--libvo/vo_dxr3.c2
2 files changed, 2 insertions, 2 deletions
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)