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

Andrea Gelmini andrea.gelmini at gelma.net
Tue Jun 19 05:07:44 UTC 2018


 dbaccess/source/core/dataaccess/datasource.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 66effc66abb1356af0aa54a79a83b1aae53520e4
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Mon Jun 18 23:20:50 2018 +0200

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

diff --git a/dbaccess/source/core/dataaccess/datasource.cxx b/dbaccess/source/core/dataaccess/datasource.cxx
index ffede28483a6..7993d7f2c866 100644
--- a/dbaccess/source/core/dataaccess/datasource.cxx
+++ b/dbaccess/source/core/dataaccess/datasource.cxx
@@ -597,7 +597,7 @@ Reference< XConnection > ODatabaseSource::buildLowLevelConnection(const OUString
         }
         if (bNeedMigration)
         {
-            // back up content xml file if migration was successfull
+            // back up content xml file if migration was successful
             Reference<XStorage> xRootStorage = m_pImpl->getOrCreateRootStorage();
             xRootStorage->copyElementTo("content.xml", xRootStorage,
                     "content_before_migration.xml");


More information about the Libreoffice-commits mailing list