summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-10-19 18:53:04 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-10-21 20:37:07 +0200
commit269b8a086e3d3387ef6a68cf29508704331513d5 (patch)
treea8ddd4300f35bfaa77686b39e0b9150b5d4a8ce7 /connectivity
parentcdedcfe5548f676c6a39a3c9cc39eea0bcd99e80 (diff)
Fix typos
Change-Id: Ia66e31a0ad71dde1a6c1caa911d6083e1fb9eb61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104538 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/manager/mdrivermanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/manager/mdrivermanager.cxx b/connectivity/source/manager/mdrivermanager.cxx
index ae1e226cd2fc..afcb38279640 100644
--- a/connectivity/source/manager/mdrivermanager.cxx
+++ b/connectivity/source/manager/mdrivermanager.cxx
@@ -301,7 +301,7 @@ void OSDBCDriverManager::bootstrapDrivers()
if ( xDriver.is() )
{
aDriverDescriptor.xDriver = xDriver;
- // and obtain it's implementation name
+ // and obtain its implementation name
xSI.set(xDriver, css::uno::UNO_QUERY);
OSL_ENSURE( xSI.is(), "OSDBCDriverManager::bootstrapDrivers: a driver without service info?" );
if ( xSI.is() )