diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 08:43:21 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-26 20:37:59 +0000 |
commit | 5ad636acc61eabd8123bea5b203e2c49a80f9ce3 (patch) | |
tree | c628b885d8e308a58cc4676f380bae5790b3d1f0 /basctl | |
parent | 19882e0c7daeaa16cbdbca2838064d4ad8762649 (diff) |
Fix typos
Change-Id: Idbf0aa261b829e83d4c08a2e989a4ced871dc6de
Reviewed-on: https://gerrit.libreoffice.org/35616
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 2 | ||||
-rw-r--r-- | basctl/source/basicide/localizationmgr.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index c02bac26d0f2..d817a61c8eae 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -2413,7 +2413,7 @@ void WatchTreeListBox::UpdateWatches( bool bBasicStopped ) SbxDataType eType = pVar->GetType(); if ( eType & SbxARRAY ) { - // consider multidimensinal arrays! + // consider multidimensional arrays! if (SbxDimArray* pNewArray = dynamic_cast<SbxDimArray*>(pVar->GetObject())) { SbxDimArray* pOldArray = pItem->mpArray.get(); diff --git a/basctl/source/basicide/localizationmgr.cxx b/basctl/source/basicide/localizationmgr.cxx index b03412614b71..bfca283dceb3 100644 --- a/basctl/source/basicide/localizationmgr.cxx +++ b/basctl/source/basicide/localizationmgr.cxx @@ -681,7 +681,7 @@ void LocalizationMgr::handleRemoveLocales( const Sequence< Locale >& aLocaleSeq } else { - // Inconsistancy, keep last locale + // Inconsistency, keep last locale bConsistant = false; bRemove = false; } |