summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mysql/YTable.cxx2
-rw-r--r--connectivity/source/inc/hsqldb/HTools.hxx2
2 files changed, 2 insertions, 2 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 )
{
diff --git a/connectivity/source/inc/hsqldb/HTools.hxx b/connectivity/source/inc/hsqldb/HTools.hxx
index 9d42b69bfd7e..1c568ccc30cf 100644
--- a/connectivity/source/inc/hsqldb/HTools.hxx
+++ b/connectivity/source/inc/hsqldb/HTools.hxx
@@ -29,7 +29,7 @@ namespace connectivity { namespace hsqldb
class HTools
{
public:
- /** appens a proper WHERE clause to the given buffer, which filters
+ /** appends a proper WHERE clause to the given buffer, which filters
for a given table name
@param _bShortForm