From db7a441342f7a22d23492dbd25b113e9573db192 Mon Sep 17 00:00:00 2001 From: Gregg King Date: Thu, 28 Feb 2013 18:11:24 -0400 Subject: 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 Tested-by: Eike Rathke --- connectivity/inc/connectivity/sqlparse.hxx | 2 +- connectivity/source/commontools/parameters.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'connectivity') diff --git a/connectivity/inc/connectivity/sqlparse.hxx b/connectivity/inc/connectivity/sqlparse.hxx index 45357d280fbf..64eb897e3df9 100644 --- a/connectivity/inc/connectivity/sqlparse.hxx +++ b/connectivity/inc/connectivity/sqlparse.hxx @@ -149,7 +149,7 @@ namespace connectivity static OSQLParseNodesGarbageCollector* s_pGarbageCollector; static sal_Int32 s_nRefCount; - // informations on the current parse action + // information on the current parse action const IParseContext* m_pContext; OSQLParseNode* m_pParseTree; // result from parsing ::std::auto_ptr< OSQLParser_Data > 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(); -- cgit