Module: wine Branch: master Commit: c705eca8cb10a47e713c69153f18f15e4889d08e URL: http://source.winehq.org/git/wine.git/?a=commit;h=c705eca8cb10a47e713c69153f...
Author: Francois Gouget fgouget@free.fr Date: Sat Jan 7 14:43:43 2017 +0100
usp10: A spelling fix in a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Aric Stewart aric@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/usp10/shape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/usp10/shape.c b/dlls/usp10/shape.c index 3ee412a..1c8d064 100644 --- a/dlls/usp10/shape.c +++ b/dlls/usp10/shape.c @@ -2155,7 +2155,7 @@ static inline int unicode_lex(WCHAR c) switch( type ) { case 0x0d07: /* Unknown */ - case 0x0e07: /* Unknwon */ + case 0x0e07: /* Unknown */ default: return lex_Generic; case 0x0001: case 0x0002: