usp10: A spelling fix in a comment.

Francois Gouget fgouget at free.fr
Sat Jan 7 07:43:43 CST 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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.0




More information about the wine-patches mailing list