[Libreoffice-commits] core.git: dbaccess/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Aug 28 16:32:32 UTC 2019
dbaccess/source/ui/misc/WColumnSelect.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d34dafd7902e54d508d34b19b7e4d8a0662ef20c
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Aug 28 17:42:41 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Aug 28 18:32:03 2019 +0200
Fix typo
Change-Id: Ic1256a994fb6813437320c29bfc73d414faf46dd
Reviewed-on: https://gerrit.libreoffice.org/78232
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dbaccess/source/ui/misc/WColumnSelect.cxx b/dbaccess/source/ui/misc/WColumnSelect.cxx
index b5842210655e..15eb6c66451d 100644
--- a/dbaccess/source/ui/misc/WColumnSelect.cxx
+++ b/dbaccess/source/ui/misc/WColumnSelect.cxx
@@ -138,7 +138,7 @@ void OWizColumnSelect::Reset()
void OWizColumnSelect::ActivatePage( )
{
- // if there are no dest columns reset the left side with the origibnal columns
+ // if there are no dest columns reset the left side with the original columns
if(m_pParent->getDestColumns().empty())
Reset();
More information about the Libreoffice-commits
mailing list