summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_xvmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_xvmc.c b/libvo/vo_xvmc.c
index 86cf9d52a2..4742572095 100644
--- a/libvo/vo_xvmc.c
+++ b/libvo/vo_xvmc.c
@@ -114,7 +114,7 @@ int attrib_count,i;
static void mDrawColorKey(uint32_t x,uint32_t y, uint32_t w, uint32_t h)
{
if( (keycolor_handling != 2) && (keycolor_handling != 3) )
- return ;//unknow method
+ return ;//unknown method
XSetBackground( mDisplay,vo_gc,0 );
XClearWindow( mDisplay,vo_window );