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>
This commit is contained in:
Francois Gouget 2017-01-07 14:43:43 +01:00 committed by Alexandre Julliard
parent 493659e097
commit c705eca8cb
1 changed files with 1 additions and 1 deletions

View File

@ -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: