From 428e23f4f7025506e767d895e9b46492a8432aed Mon Sep 17 00:00:00 2001 From: Otto Kekäläinen Date: Sun, 3 Jul 2016 20:24:00 +0300 Subject: Fix some spelling errors in comments and strings Change-Id: Iecd6b5e13d6be14651f77d8e37f01117ba15a11e Reviewed-on: https://gerrit.libreoffice.org/26883 Reviewed-by: jan iversen Tested-by: jan iversen --- dbaccess/source/ui/dlg/ConnectionPage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ui/dlg/ConnectionPage.hxx') 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; protected: - // user authentification + // user authentication VclPtr m_pFL2; VclPtr m_pUserNameLabel; VclPtr m_pUserName; -- cgit