summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/languagetag/languagetag.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index 34a7f718ff48..15cf405b5841 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -711,7 +711,7 @@ void LanguageTag::setConfiguredSystemLanguage( LanguageType nLang )
}
SAL_INFO( "i18nlangtag", "LanguageTag::setConfiguredSystemLanguage: setting to 0x" << ::std::hex << nLang);
MsLangId::LanguageTagAccess::setConfiguredSystemLanguage( nLang);
- // Resest system locale to none and let registerImpl() do the rest to
+ // Reset system locale to none and let registerImpl() do the rest to
// initialize a new one.
theSystemLocale::get().reset();
LanguageTag aLanguageTag( LANGUAGE_SYSTEM);