diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:46:36 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 06:00:18 +0000 |
commit | ce343470c385dc8390bbc4bf3e85457c1d55e0ec (patch) | |
tree | 79ec49cc25fbc427b668bc56314a082551f1a263 /connectivity/source/commontools | |
parent | 9e4c87be31732ed076a059128d2e20451697d225 (diff) |
Fix typos
Change-Id: Iaff7e38dd5beac48e1643e369e4240aa736c35ea
Reviewed-on: https://gerrit.libreoffice.org/18941
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'connectivity/source/commontools')
-rw-r--r-- | connectivity/source/commontools/parameters.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |