summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@seravo.fi>2016-07-03 20:24:00 +0300
committerjan iversen <jani@documentfoundation.org>2016-07-04 06:11:36 +0000
commit428e23f4f7025506e767d895e9b46492a8432aed (patch)
treeec767267ad2afc8ec3bf486da7cb9da2c567922d /dbaccess
parent61d95c70c0d4404a24064a58f3ccc3adf0b5e7e2 (diff)
Fix some spelling errors in comments and strings
Change-Id: Iecd6b5e13d6be14651f77d8e37f01117ba15a11e Reviewed-on: https://gerrit.libreoffice.org/26883 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/app/AppController.hxx2
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPage.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx
index 2fe7d7ed7b3a..afde26c43aa7 100644
--- a/dbaccess/source/ui/app/AppController.hxx
+++ b/dbaccess/source/ui/app/AppController.hxx
@@ -289,7 +289,7 @@ namespace dbaui
/** opens a uno dialog withthe currently selected data source as initialize argument
@param _sServiceName
- The serivce name of the dialog to be executed.
+ The service name of the dialog to be executed.
*/
void openDialog(const OUString& _sServiceName);
diff --git a/dbaccess/source/ui/dlg/ConnectionPage.hxx b/dbaccess/source/ui/dlg/ConnectionPage.hxx
index 34003c4d51a4..4f6e1cf8e12f 100644
--- a/dbaccess/source/ui/dlg/ConnectionPage.hxx
+++ b/dbaccess/source/ui/dlg/ConnectionPage.hxx
@@ -36,7 +36,7 @@ namespace dbaui
{
friend class VclPtr<OConnectionTabPage>;
protected:
- // user authentification
+ // user authentication
VclPtr<FixedText> m_pFL2;
VclPtr<FixedText> m_pUserNameLabel;
VclPtr<Edit> m_pUserName;