diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-10-15 14:59:22 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-10-15 19:34:36 +0200 |
commit | c85186441be27df0c843629c934a71f5935ba40c (patch) | |
tree | 79c010c2c9e7f46c9145c64cdaa149cd8b1a72e2 /connectivity/source/drivers/mysql_jdbc | |
parent | eaf0c263eb1a72a58d2a67cc0506ab022d7c4be4 (diff) |
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/source/drivers/mysql_jdbc')
-rw-r--r-- | connectivity/source/drivers/mysql_jdbc/YTable.cxx | 2 |
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; |