dbaccess/source/ui/dlg/dbadmin.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 12d91b562d3932c3b13a2954f63acab655dc02aa
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Feb 13 18:42:59 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Feb 14 08:39:20 2024 +0100

    Fix typo
    
    Change-Id: I67e2769f3b60ef48a785d5eefc3dbad64b04b2eb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163322
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/dbaccess/source/ui/dlg/dbadmin.cxx 
b/dbaccess/source/ui/dlg/dbadmin.cxx
index ee503f575e95..67cf6298f247 100644
--- a/dbaccess/source/ui/dlg/dbadmin.cxx
+++ b/dbaccess/source/ui/dlg/dbadmin.cxx
@@ -275,7 +275,7 @@ static ItemInfoPackage& getItemInfoPackageAdminDlg()
             { DSID_ORIGINALNAME, new SfxStringItem(DSID_ORIGINALNAME, 
OUString()), 0, SFX_ITEMINFOFLAG_NONE },
             { DSID_CONNECTURL, new SfxStringItem(DSID_CONNECTURL, OUString()), 
0, SFX_ITEMINFOFLAG_NONE },
 
-            // gets added in costructor below once for LO runtime as static 
default
+            // gets added in constructor below once for LO runtime as static 
default
             { DSID_TABLEFILTER, nullptr, 0, SFX_ITEMINFOFLAG_NONE },
 
             // gets added by callback for each new Pool as dynamic default

Reply via email to