summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/manager/dp_informationprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/manager/dp_informationprovider.cxx')
-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())