From c705eca8cb10a47e713c69153f18f15e4889d08e Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 7 Jan 2017 14:43:43 +0100 Subject: [PATCH] usp10: A spelling fix in a comment. Signed-off-by: Francois Gouget Signed-off-by: Aric Stewart Signed-off-by: Alexandre Julliard --- 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 3ee412a8832..1c8d064683b 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: -- 2.11.4.GIT