summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-01 00:26:40 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-01 09:46:27 +0000
commitd15163eceb2f97cfc87975acfcb7b0a6e0ea54fe (patch)
tree89a300b351285fdcab8e5636533a449087167891 /desktop
parent8465e99a27168a2c0a62e84b819e9e133f47ddf8 (diff)
Fix typos
Change-Id: Ideafa411b53fe4a5f2e6559be10c4cb82b58a256 Reviewed-on: https://gerrit.libreoffice.org/24543 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/manager/dp_informationprovider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/manager/dp_informationprovider.cxx b/desktop/source/deployment/manager/dp_informationprovider.cxx
index 49e284290087..6b34e1ecb47f 100644
--- a/desktop/source/deployment/manager/dp_informationprovider.cxx
+++ b/desktop/source/deployment/manager/dp_informationprovider.cxx
@@ -304,7 +304,7 @@ uno::Sequence< uno::Sequence< OUString > > SAL_CALL PackageInformationProvider::
OSL_ASSERT(cExt == 3);
for (sal_Int32 j = 0; j < cExt; j++)
{
- //ToDo according to the old code the first found extenions is used
+ //ToDo according to the old code the first found extension is used
//even if another one with the same id has a better version.
uno::Reference< deployment::XPackage > const & xExtension( seqExtension[j] );
if (xExtension.is())