summaryrefslogtreecommitdiffstats
path: root/libvo/vo_directx.c
diff options
context:
space:
mode:
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: