summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorJesús Corrius <jcorrius@gmail.com>2013-09-03 20:44:16 +0200
committerJesús Corrius <jcorrius@gmail.com>2013-09-03 21:09:04 +0200
commit6f667f7e5ba1033d4abedf9efca6607b449c2396 (patch)
tree4b31c38cacef92ea6957b3eb450d41129be85355 /sal
parent54885512f2dc18d0095c6002d27bb2f7195b797a (diff)
dezimal -> decimal
Change-Id: I196026cc7f2f885664e9719557f662a32a7187b8
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/w32/nlsupport.c2
1 files changed, 1 insertions, 1 deletions
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 */