diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-06-18 23:20:50 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-06-19 07:07:22 +0200 |
commit | 66effc66abb1356af0aa54a79a83b1aae53520e4 (patch) | |
tree | 9f2cc2cc1a253ebfb0d2e3cfcfa590a706b83200 /dbaccess | |
parent | 3d46ec6fdb82417215fc22bc4bd58edc6f5943f9 (diff) |
Fix typo
Change-Id: I95b12975f6444e7eb6a8de6053d8e8ca021eacfb
Reviewed-on: https://gerrit.libreoffice.org/56069
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/datasource.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |