mlang: Spelling fixes.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2016-05-29 12:42:07 +02:00 committed by Alexandre Julliard
parent 8e558cf725
commit c0a9a8b410

View file

@ -502,7 +502,7 @@ static void fill_cp_info(const struct mlang_data *ml_data, UINT index, MIMECPINF
static LONG dll_count;
/*
* Japanese Detection and Converstion Functions
* Japanese Detection and Conversion Functions
*/
#define HANKATA(A) ((A >= 161) && (A <= 223))