diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-22 14:31:42 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-22 12:36:21 +0000 |
commit | aade27554d427649810f5635133519cadfa8002f (patch) | |
tree | 7f87acd42d9b3821f969444cc0a65e8f27988503 /desktop | |
parent | eb0c9b43e7f09054a864eb44c24c43b27c0f21f5 (diff) |
Fix typos
Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b
Reviewed-on: https://gerrit.libreoffice.org/16408
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/registry/configuration/dp_configuration.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/configuration/dp_configuration.cxx b/desktop/source/deployment/registry/configuration/dp_configuration.cxx index 4af0fe373d02..79bdd1b031b4 100644 --- a/desktop/source/deployment/registry/configuration/dp_configuration.cxx +++ b/desktop/source/deployment/registry/configuration/dp_configuration.cxx @@ -749,7 +749,7 @@ void BackendImpl::PackageImpl::processPackage_( for (t_string2string_map::iterator i(entries.begin()); i != entries.end(); ++i) { - //If the xcu file was installed before the configmgr was chaned + //If the xcu file was installed before the configmgr was changed //to use the configmgr.ini, one needed to rebuild to whole directory //structure containing the xcu, xcs files from all extensions. Now, //we just add all other xcu/xcs files to the configmgr.ini instead of |