summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/locale.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/locale.cxx')
-rw-r--r--comphelper/source/misc/locale.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/locale.cxx b/comphelper/source/misc/locale.cxx
index 48530339c5b6..f11a13d94461 100644
--- a/comphelper/source/misc/locale.cxx
+++ b/comphelper/source/misc/locale.cxx
@@ -68,7 +68,7 @@ Locale::Locale(const ::rtl::OUString& sLanguage,
//-----------------------------------------------
Locale::Locale()
{
- // Initialize instance ... otherwhise user will
+ // Initialize instance ... otherwise user will
// may be get exceptions if he e.g. copy this instance ...
(*this) = X_NOTRANSLATE();
}