diff options
-rw-r--r-- | connectivity/source/drivers/odbc/ORealDriver.cxx | 2 |
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; |