summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc')
-rw-r--r--dbaccess/source/ui/inc/JoinTableView.hxx2
-rw-r--r--dbaccess/source/ui/inc/TableCopyHelper.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx
index 2cdfdbab4792..fcaf4375f181 100644
--- a/dbaccess/source/ui/inc/JoinTableView.hxx
+++ b/dbaccess/source/ui/inc/JoinTableView.hxx
@@ -310,7 +310,7 @@ namespace dbaui
void InitColors();
bool ScrollWhileDragging();
- /** opens the context menu to delate a connection
+ /** opens the context menu to delete a connection
@param _aPos the position where the popup menu should appear
@param _pSelConnection the connection which should be deleted
*/
diff --git a/dbaccess/source/ui/inc/TableCopyHelper.hxx b/dbaccess/source/ui/inc/TableCopyHelper.hxx
index ceba0c89c35e..1e921ab34c03 100644
--- a/dbaccess/source/ui/inc/TableCopyHelper.hxx
+++ b/dbaccess/source/ui/inc/TableCopyHelper.hxx
@@ -173,7 +173,7 @@ namespace dbaui
const SharedConnection& _xDestConnection
);
- /** insert a table into the data source. The source can eihter be a table or a query
+ /** insert a table into the data source. The source can either be a table or a query
*/
void insertTable(
const OUString& i_rSourceDataSource,