summaryrefslogtreecommitdiffstats
path: root/connectivity/source/commontools/parameters.cxx
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-06-19 16:43:41 +0200
committerAndras Timar <atimar@suse.com>2012-06-19 16:44:08 +0200
commit54e9a2839065daf54bd22749daa66c8c58fc7b23 (patch)
tree589dae79835e0491a83f4ac0ac96b6ddfbd49dfc /connectivity/source/commontools/parameters.cxx
parentdo not repeate twice .0.0.beta2 in the download tarball name (diff)
downloadcore-54e9a2839065daf54bd22749daa66c8c58fc7b23.tar.gz
core-54e9a2839065daf54bd22749daa66c8c58fc7b23.zip
typo: paramters, paramaters -> parameters
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
Diffstat (limited to 'connectivity/source/commontools/parameters.cxx')
-rw-r--r--connectivity/source/commontools/parameters.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx
index b7054ed6269d..2428112ae7bd 100644
--- a/connectivity/source/commontools/parameters.cxx
+++ b/connectivity/source/commontools/parameters.cxx
@@ -199,7 +199,7 @@ namespace dbtools
::rtl::OUString sName;
xParam->getPropertyValue( OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_NAME) ) >>= sName;
- // only append additonal paramters when they are not already in the list
+ // only append additonal parameters when they are not already in the list
ParameterInformation::iterator aExistentPos = m_aParameterInformation.find( sName );
OSL_ENSURE( !_bSecondRun || ( aExistentPos != m_aParameterInformation.end() ),
"ParameterManager::collectInnerParameters: the parameter information should already exist in the second run!" );