summaryrefslogtreecommitdiffstats
path: root/libvo/vo_directx.c
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-04 17:29:08 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-04 17:29:08 +0000
commitfadce2d781b6e05a8d2d3e027c8955380abf9b10 (patch)
tree983535bc2ce2ac9ef5a709ce6948ff530f9b0f66 /libvo/vo_directx.c
parent9e12661e44d112bec77ae46c30315c5e79e4f0a1 (diff)
downloadmpv-fadce2d781b6e05a8d2d3e027c8955380abf9b10.tar.bz2
mpv-fadce2d781b6e05a8d2d3e027c8955380abf9b10.tar.xz
many small typo and grammar fixes
Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11001 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_directx.c')
-rw-r--r--libvo/vo_directx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c
index 752824a9aa..6b5fb8604c 100644
--- a/libvo/vo_directx.c
+++ b/libvo/vo_directx.c
@@ -249,7 +249,7 @@ static uint32_t Directx_CreateOverlay(uint32_t imgfmt)
case DDERR_NODIRECTDRAWHW:
{mp_msg(MSGT_VO, MSGL_ERR,"no directdraw hardware\n");break;}
case DDERR_NOEMULATION:
- {mp_msg(MSGT_VO, MSGL_ERR,"cant emulate\n");break;}
+ {mp_msg(MSGT_VO, MSGL_ERR,"can't emulate\n");break;}
case DDERR_NOFLIPHW:
{mp_msg(MSGT_VO, MSGL_ERR,"hardware can't do flip\n");break;}
case DDERR_NOOVERLAYHW: