diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:54:23 +0200 |
---|---|---|
committer | Oliver Specht <oliver.specht@cib.de> | 2015-09-30 12:36:37 +0000 |
commit | b3ebda451f3f48bfdaaef7b4ea06083c8966ff0e (patch) | |
tree | 1149f1f99dfabbb01f1c2f622ed1e6a557d599ae /include/connectivity | |
parent | ed25a000ab67324075e68d9a7f3ca657b4e6a573 (diff) |
Fix typos
Change-Id: Ia8b2176a439742769e61fb6a981000f316033071
Reviewed-on: https://gerrit.libreoffice.org/18954
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/dbtools.hxx | 2 | ||||
-rw-r--r-- | include/connectivity/sqlparse.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 { |