kernel32: Fix typo

André Hentschel nerv at dawncrow.de
Wed Mar 7 08:48:14 CST 2012


---
 dlls/kernel32/locale.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/kernel32/locale.c b/dlls/kernel32/locale.c
index 2c3760c..56befb0 100644
--- a/dlls/kernel32/locale.c
+++ b/dlls/kernel32/locale.c
@@ -400,7 +400,7 @@ static void parse_locale_name( const WCHAR *str, struct locale_name *name )
 
         if (name->charset) goto done;  /* can't specify charset in Windows format */
         if (name->modifier && strcmpW( name->modifier, latinW ))
-            goto done;  /* only Latn script supported for now */
+            goto done;  /* only Latin script supported for now */
         strcpyW( name->win_name, name->lang );
         if (name->modifier) strcatW( name->win_name, latnW );
         if (name->country)
-- 

Best Regards, André Hentschel
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Nachrichtenteil als Anhang
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120307/d24c0dc2/attachment.ksh>


More information about the wine-patches mailing list