From d15163eceb2f97cfc87975acfcb7b0a6e0ea54fe Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 1 May 2016 00:26:40 +0200 Subject: Fix typos Change-Id: Ideafa411b53fe4a5f2e6559be10c4cb82b58a256 Reviewed-on: https://gerrit.libreoffice.org/24543 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- desktop/source/deployment/manager/dp_informationprovider.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') 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()) -- cgit