summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-29 13:05:45 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-29 13:26:15 +0100
commitc101df217121043e578695aef05d940e5fe018b9 (patch)
treef26d1920df3cd47bf58e2655d6d6216c34ed8030 /connectivity
parent8f9941d5edcc834d53df0e2bf36231a1bae67ddc (diff)
Fix typos
Change-Id: Iedd82d035454c940d76a94c7e910c81827c1389c Reviewed-on: https://gerrit.libreoffice.org/48828 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/hsqldb/HView.cxx2
-rw-r--r--connectivity/source/drivers/odbc/OFunctions.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/hsqldb/HView.cxx b/connectivity/source/drivers/hsqldb/HView.cxx
index b54b48cfb204..3a5fcb0cf394 100644
--- a/connectivity/source/drivers/hsqldb/HView.cxx
+++ b/connectivity/source/drivers/hsqldb/HView.cxx
@@ -76,7 +76,7 @@ namespace connectivity { namespace hsqldb
// in HSQL, we need to do it this way ...
//
// I can imagine scenarios where this fails, e.g. when dropping the view
- // succeedes, re-creating it fails, some other thread alters a table which
+ // succeeds, re-creating it fails, some other thread alters a table which
// the view was based on, and then we try to restore the view with the
// original command, which then fails, too.
//
diff --git a/connectivity/source/drivers/odbc/OFunctions.cxx b/connectivity/source/drivers/odbc/OFunctions.cxx
index cb04f307424c..9e546e389208 100644
--- a/connectivity/source/drivers/odbc/OFunctions.cxx
+++ b/connectivity/source/drivers/odbc/OFunctions.cxx
@@ -81,7 +81,7 @@ T3SQLNativeSql pODBC3SQLNativeSql;
bool LoadFunctions(oslModule pODBCso);
-// Take care of Dynamicly loading of the DLL/shared lib and Addresses:
+// Take care of Dynamically loading of the DLL/shared lib and Addresses:
// Returns sal_True at success
bool LoadLibrary_ODBC3(OUString &_rPath)
{