summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 10:40:07 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 16:52:53 +0000
commitb93201ffc6ab4908e25bbfbf4337354c09b5c07a (patch)
tree131f2632de8fae46dbc966c2855fa0f406418840 /desktop/source/deployment/registry
parentea0b508025ebe074e25d0250d0ce5e5444ea6a76 (diff)
Fix typos
Change-Id: I4b2eac5c999771b10e65fedebdab1d4ef435b367 Reviewed-on: https://gerrit.libreoffice.org/35626 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'desktop/source/deployment/registry')
-rw-r--r--desktop/source/deployment/registry/configuration/dp_configuration.cxx2
-rw-r--r--desktop/source/deployment/registry/package/dp_package.cxx2
-rw-r--r--desktop/source/deployment/registry/script/dp_script.cxx2
-rw-r--r--desktop/source/deployment/registry/sfwk/dp_sfwk.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/desktop/source/deployment/registry/configuration/dp_configuration.cxx b/desktop/source/deployment/registry/configuration/dp_configuration.cxx
index 20c71225dfc7..a7906c3694e1 100644
--- a/desktop/source/deployment/registry/configuration/dp_configuration.cxx
+++ b/desktop/source/deployment/registry/configuration/dp_configuration.cxx
@@ -497,7 +497,7 @@ bool BackendImpl::removeFromConfigmgrIni(
//in case the xcu contained %origin% then the configmr.ini contains the
//url to the file in the user installation (e.g. $BUNDLED_EXTENSIONS_USER)
//However, m_url (getURL()) contains the URL for the file in the actual
- //extension installatation.
+ //extension installation.
::boost::optional<ConfigurationBackendDb::Data> data = readDataFromDb(url_);
if (data)
i = std::find(rSet.begin(), rSet.end(), data->iniEntry);
diff --git a/desktop/source/deployment/registry/package/dp_package.cxx b/desktop/source/deployment/registry/package/dp_package.cxx
index 98f7d6b16a0d..8f8387788279 100644
--- a/desktop/source/deployment/registry/package/dp_package.cxx
+++ b/desktop/source/deployment/registry/package/dp_package.cxx
@@ -641,7 +641,7 @@ bool BackendImpl::PackageImpl::checkLicense(
//check correct value for attribute
if ( ! (simplLicAttr->acceptBy == "user" || simplLicAttr->acceptBy == "admin"))
throw css::deployment::DeploymentException(
- "Could not obtain attribute simple-lincense@accept-by or it has no valid value", nullptr, Any());
+ "Could not obtain attribute simple-license@accept-by or it has no valid value", nullptr, Any());
//Only use interaction if there is no version of this extension already installed
diff --git a/desktop/source/deployment/registry/script/dp_script.cxx b/desktop/source/deployment/registry/script/dp_script.cxx
index 0f98bdded730..3c59f781a049 100644
--- a/desktop/source/deployment/registry/script/dp_script.cxx
+++ b/desktop/source/deployment/registry/script/dp_script.cxx
@@ -435,7 +435,7 @@ void BackendImpl::PackageImpl::processPackage_(
bool bDialogSuccess = false;
if (!startup)
{
- //If there is a bundled extension, and the user installes the same extension
+ //If there is a bundled extension, and the user installs the same extension
//then the script from the bundled extension must be removed. If this does not work
//then live deployment does not work for scripts.
bScriptSuccess = lcl_maybeAddScript(bScript, m_name, m_scriptURL, xScriptLibs);
diff --git a/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx b/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
index 8893e487522f..274ee2f827c2 100644
--- a/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
+++ b/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
@@ -152,7 +152,7 @@ BackendImpl::PackageImpl::PackageImpl(
rtl_UriDecodeWithCharset, RTL_TEXTENCODING_UTF8 );
m_name = m_displayName;
- dp_misc::TRACE("PakageImpl displayName is " + m_displayName);
+ dp_misc::TRACE("PackageImpl displayName is " + m_displayName);
}