From a9bcc8342c43f8a570665759b7ec0de326740812 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 14 Aug 2003 12:15:44 +0000 Subject: Spelling police: Something that we do not know about is unknowN. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10609 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xvmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') 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 ); -- cgit v1.2.3