dbaccess/source/core/dataaccess/datasource.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 66effc66abb1356af0aa54a79a83b1aae53520e4 Author: Andrea Gelmini <[email protected]> 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 <[email protected]> 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"); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
