summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-10-15 14:59:22 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-10-15 19:34:36 +0200
commitc85186441be27df0c843629c934a71f5935ba40c (patch)
tree79c010c2c9e7f46c9145c64cdaa149cd8b1a72e2 /connectivity
parentloplugin:staticconstfield improvements (diff)
downloadcore-c85186441be27df0c843629c934a71f5935ba40c.tar.gz
core-c85186441be27df0c843629c934a71f5935ba40c.zip
Fix typos
Change-Id: Iffa6d87339f7ba338e74b2b9d061dd2815b19408 Reviewed-on: https://gerrit.libreoffice.org/61790 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mysql_jdbc/YTable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mysql_jdbc/YTable.cxx b/connectivity/source/drivers/mysql_jdbc/YTable.cxx
index b0f6945f8ccd..6fcaf30f25ae 100644
--- a/connectivity/source/drivers/mysql_jdbc/YTable.cxx
+++ b/connectivity/source/drivers/mysql_jdbc/YTable.cxx
@@ -195,7 +195,7 @@ void SAL_CALL OMySQLTable::alterColumnByName(const OUString& colName,
|| sOldDesc != sNewDesc)
{
// special handling because they changed the type names to distinguish
- // if a column should be an auto_incmrement one
+ // if a column should be an auto_increment one
if (bOldAutoIncrement != bAutoIncrement)
{
OUString sTypeName;