From c0a9a8b4108429c70e212e08fe251535fc470739 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sun, 29 May 2016 12:42:07 +0200 Subject: [PATCH] mlang: Spelling fixes. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- dlls/mlang/mlang.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mlang/mlang.c b/dlls/mlang/mlang.c index f6bd308677c..d9a167a3d41 100644 --- a/dlls/mlang/mlang.c +++ b/dlls/mlang/mlang.c @@ -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))