From ce343470c385dc8390bbc4bf3e85457c1d55e0ec Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 29 Sep 2015 17:46:36 +0200 Subject: Fix typos Change-Id: Iaff7e38dd5beac48e1643e369e4240aa736c35ea Reviewed-on: https://gerrit.libreoffice.org/18941 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- connectivity/source/commontools/parameters.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity/source/commontools') diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx index 06f16ac94e30..20fce17e255c 100644 --- a/connectivity/source/commontools/parameters.cxx +++ b/connectivity/source/commontools/parameters.cxx @@ -277,7 +277,7 @@ namespace dbtools bool bValidLink = true; // is there an inner parameter with this name? That is, a parameter which is already part of - // the very original statement (not the one we create ourselve, with the additional parameters) + // the very original statement (not the one we create ourselves, with the additional parameters) ParameterInformation::iterator aPos = m_aParameterInformation.find( *pDetailFields ); if ( aPos != m_aParameterInformation.end() ) { // there is an inner parameter with this name -- cgit