From 6f667f7e5ba1033d4abedf9efca6607b449c2396 Mon Sep 17 00:00:00 2001 From: Jesús Corrius Date: Tue, 3 Sep 2013 20:44:16 +0200 Subject: dezimal -> decimal Change-Id: I196026cc7f2f885664e9719557f662a32a7187b8 --- sal/osl/w32/nlsupport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal/osl') diff --git a/sal/osl/w32/nlsupport.c b/sal/osl/w32/nlsupport.c index 04c63aa1bed9..175a8c6edee8 100644 --- a/sal/osl/w32/nlsupport.c +++ b/sal/osl/w32/nlsupport.c @@ -147,7 +147,7 @@ rtl_TextEncoding GetTextEncodingFromLCID( LCID localeId ) WCHAR *pwcEnd; UINT codepage; - /* values returned from GetLocaleInfo are dezimal based */ + /* values returned from GetLocaleInfo are decimal based */ codepage = wcstol( ansiCP, &pwcEnd, 10 ); /* find matching rtl encoding */ -- cgit