diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-05-26 13:32:13 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-05-27 10:12:35 +0200 |
commit | 6e36ec6706260ea82f72b4a32b55d69fde3aa48c (patch) | |
tree | d6d52db33afb33c5ab4677576a5cbf5b7db64a55 /connectivity | |
parent | 91cd384e8fb77db88bf75a9fc3b3213724cfc36d (diff) |
Fix typos
Change-Id: I907e5dbcd7c62344c2c76fe2fdaf1b18ecfecee1
Reviewed-on: https://gerrit.libreoffice.org/54838
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/firebird/Catalog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/Catalog.cxx b/connectivity/source/drivers/firebird/Catalog.cxx index c9fc63486dc4..7bccd521eaad 100644 --- a/connectivity/source/drivers/firebird/Catalog.cxx +++ b/connectivity/source/drivers/firebird/Catalog.cxx @@ -25,7 +25,7 @@ Catalog::Catalog(const uno::Reference< XConnection >& rConnection): //----- OCatalog ------------------------------------------------------------- void Catalog::refreshTables() { - // TODO: set type -- currenty we also get system tables... + // TODO: set type -- currently we also get system tables... Sequence< OUString > aTypes(2); aTypes[0] = "TABLE"; aTypes[1] = "VIEW"; |