summaryrefslogtreecommitdiffstats
path: root/connectivity/source/commontools/parameters.cxx
diff options
context:
space:
mode:
authorGregg King <smokedart@gmail.com>2013-02-28 18:11:24 -0400
committerEike Rathke <erack@redhat.com>2013-03-02 02:45:55 +0000
commitdb7a441342f7a22d23492dbd25b113e9573db192 (patch)
treee599f39d757a43af20bc16851072c396634da07d /connectivity/source/commontools/parameters.cxx
parentfdo#60886: _SetGetExpFlds: use the custom operator< (diff)
downloadcore-db7a441342f7a22d23492dbd25b113e9573db192.tar.gz
core-db7a441342f7a22d23492dbd25b113e9573db192.zip
Typo fix: informations -> information and a few other adjacent typos.
FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
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 445226923259..7387963e78d5 100644
--- a/connectivity/source/commontools/parameters.cxx
+++ b/connectivity/source/commontools/parameters.cxx
@@ -171,7 +171,7 @@ namespace dbtools
if ( !m_xInnerParamColumns.is() )
return;
- // strip previous index informations
+ // strip previous index information
if ( _bSecondRun )
{
for ( ParameterInformation::iterator aParamInfo = m_aParameterInformation.begin();