summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 16:05:12 +0000
committerJens Carl <j.carl43@gmx.de>2019-04-21 08:22:34 +0200
commitaf827add65b3da6dbb13f4600313a66418f1ffd5 (patch)
tree56c2f4c2f8878b59fe5d86903db5be592335721b /connectivity
parentb2cf009da8106e15c16d75b01110559d07eb0a64 (diff)
Fix typo
Change-Id: I17877a9b45ad288b715cc2bf8def06532e679e4f Reviewed-on: https://gerrit.libreoffice.org/71026 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/odbc/ORealDriver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/odbc/ORealDriver.cxx b/connectivity/source/drivers/odbc/ORealDriver.cxx
index 3cfe29794a05..8b76f4cf1cc6 100644
--- a/connectivity/source/drivers/odbc/ORealDriver.cxx
+++ b/connectivity/source/drivers/odbc/ORealDriver.cxx
@@ -266,7 +266,7 @@ css::uno::Reference< css::uno::XInterface > ODBCDriver_CreateInstance(const css:
// ODBC Environment (common for all Connections):
SQLHANDLE ORealObdcDriver::EnvironmentHandle(OUString &_rPath)
{
- // Is (for this instance) already a Environment made?
+ // Is (for this instance) already an Environment made?
if (!m_pDriverHandle)
{
SQLHANDLE h = SQL_NULL_HANDLE;