From b3ebda451f3f48bfdaaef7b4ea06083c8966ff0e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 29 Sep 2015 17:54:23 +0200 Subject: Fix typos Change-Id: Ia8b2176a439742769e61fb6a981000f316033071 Reviewed-on: https://gerrit.libreoffice.org/18954 Reviewed-by: Oliver Specht Tested-by: Oliver Specht --- include/connectivity/dbtools.hxx | 2 +- include/connectivity/sqlparse.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/connectivity') diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx index 02b3f0660290..2e185ee51356 100644 --- a/include/connectivity/dbtools.hxx +++ b/include/connectivity/dbtools.hxx @@ -314,7 +314,7 @@ namespace dbtools */ OOO_DLLPUBLIC_DBTOOLS ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDataSource> findDataSource(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xParent); - /** determines the value of a booolean data source setting, given by ASCII name + /** determines the value of a boolean data source setting, given by ASCII name @param _rxConnection the connection belonging to the data source whose setting is to be retrieved diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx index 5e4efe41588f..6666720f186d 100644 --- a/include/connectivity/sqlparse.hxx +++ b/include/connectivity/sqlparse.hxx @@ -88,7 +88,7 @@ namespace connectivity }; // OSQLParseNodesContainer - // grabage collection of nodes + // garbage collection of nodes class OSQLParseNodesContainer { -- cgit