Francois Gouget : mlang: Spelling fixes.
Module: wine Branch: master Commit: c0a9a8b4108429c70e212e08fe251535fc470739 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c0a9a8b4108429c70e212e08fe... Author: Francois Gouget <fgouget(a)free.fr> Date: Sun May 29 12:42:07 2016 +0200 mlang: Spelling fixes. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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 f6bd308..d9a167a 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))
participants (1)
-
Alexandre Julliard