diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-02-13 18:25:22 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-02-17 13:57:44 +0400 |
commit | e2f97dcc1006aceb80c4805c0e1cb5b2f40ab7b0 (patch) | |
tree | e5dec44faf212f3072fc4962a96b51ee40b67ad0 /comphelper/source | |
parent | 2a7db22c3825acdb0c36a9cefd5736d73e4fefbf (diff) |
spelling: otherwhise -> otherwise
Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db
Diffstat (limited to 'comphelper/source')
-rw-r--r-- | comphelper/source/misc/locale.cxx | 2 | ||||
-rw-r--r-- | comphelper/source/misc/numberedcollection.cxx | 2 |
2 files changed, 2 insertions, 2 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(); } diff --git a/comphelper/source/misc/numberedcollection.cxx b/comphelper/source/misc/numberedcollection.cxx index 88839ad8cc65..aa9d43578283 100644 --- a/comphelper/source/misc/numberedcollection.cxx +++ b/comphelper/source/misc/numberedcollection.cxx @@ -195,7 +195,7 @@ void SAL_CALL NumberedCollection::releaseNumberForComponent(const css::uno::Refe ::sal_Int32 c = (::sal_Int32)m_lComponents.size (); ::sal_Int32 i = 1; - // c cant be less then 0 ... otherwhise hash.size() has an error :-) + // c cant be less then 0 ... otherwise hash.size() has an error :-) // But we need at least n+1 numbers here. c += 1; |