[Libreoffice-commits] core.git: connectivity/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 19 20:59:08 UTC 2019


 connectivity/source/commontools/conncleanup.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3641ce6ed82fc20c2f713d9afab65245a88fc880
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:05:24 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Apr 19 22:58:20 2019 +0200

    Fix typo
    
    Change-Id: I30282339753722d242684b35407577352bbbf771
    Reviewed-on: https://gerrit.libreoffice.org/70967
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/connectivity/source/commontools/conncleanup.cxx b/connectivity/source/commontools/conncleanup.cxx
index 3d011c723b33..2f646e0535ce 100644
--- a/connectivity/source/commontools/conncleanup.cxx
+++ b/connectivity/source/commontools/conncleanup.cxx
@@ -155,7 +155,7 @@ namespace dbtools
                 // as the RowSet changed
 
                 // Unfortunately, the our database form implementations sometimes fire the change of their
-                // ActiveConnection twice. This is a error in forms/source/component/DatabaseForm.cxx, but
+                // ActiveConnection twice. This is an error in forms/source/component/DatabaseForm.cxx, but
                 // changing this would require incompatible changes we can't do for a while.
                 // So for the moment, we have to live with it here.
                 //


More information about the Libreoffice-commits mailing list