summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-05-14 16:17:19 +0200
committerJens Carl <j.carl43@gmx.de>2018-05-23 06:52:55 +0200
commit2985319ebd800b8da55383bccb4f21042a8394a4 (patch)
tree022a0dc5d14845c7ea8be4b87e9f76dbdb2ebd52 /dbaccess
parent8fae8a6cd73b7262c3739bd4acc5c72b54934ff1 (diff)
Fix typos
Change-Id: Ibe94c7379a9389a0506c33666bf2bfb033f96f08 Reviewed-on: https://gerrit.libreoffice.org/54670 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/dsselect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/dsselect.cxx b/dbaccess/source/ui/dlg/dsselect.cxx
index 5bdea50c7530..3c6485405282 100644
--- a/dbaccess/source/ui/dlg/dsselect.cxx
+++ b/dbaccess/source/ui/dlg/dsselect.cxx
@@ -56,7 +56,7 @@ ODatasourceSelectDialog::ODatasourceSelectDialog(vcl::Window* _pParent, const St
get(m_pManageDatasources, "organize");
m_pManageDatasources->Show();
- // allow ODBC datasource managenment
+ // allow ODBC datasource management
m_pManageDatasources->Show();
m_pManageDatasources->Enable();
m_pManageDatasources->SetClickHdl(LINK(this,ODatasourceSelectDialog,ManageClickHdl));