From 5ad636acc61eabd8123bea5b203e2c49a80f9ce3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 08:43:21 +0100 Subject: Fix typos Change-Id: Idbf0aa261b829e83d4c08a2e989a4ced871dc6de Reviewed-on: https://gerrit.libreoffice.org/35616 Tested-by: Jenkins Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- basctl/source/basicide/baside2b.cxx | 2 +- basctl/source/basicide/localizationmgr.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'basctl/source/basicide') 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(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; } -- cgit