summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysql/YTable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mysql/YTable.cxx')
-rw-r--r--connectivity/source/drivers/mysql/YTable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mysql/YTable.cxx b/connectivity/source/drivers/mysql/YTable.cxx
index 74a8744072d9..9dd2cd7a778d 100644
--- a/connectivity/source/drivers/mysql/YTable.cxx
+++ b/connectivity/source/drivers/mysql/YTable.cxx
@@ -222,7 +222,7 @@ void SAL_CALL OMySQLTable::alterColumnByName( const OUString& colName, const Ref
|| bOldAutoIncrement != bAutoIncrement
|| sOldDesc != sNewDesc )
{
- // special handling because they change dthe type names to distinguish
+ // special handling because they changed the type names to distinguish
// if a column should be an auto_incmrement one
if ( bOldAutoIncrement != bAutoIncrement )
{