summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/registry/package/dp_package.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/package/dp_package.cxx b/desktop/source/deployment/registry/package/dp_package.cxx
index 51778a9f80db..db08cb9033e9 100644
--- a/desktop/source/deployment/registry/package/dp_package.cxx
+++ b/desktop/source/deployment/registry/package/dp_package.cxx
@@ -526,7 +526,7 @@ BackendImpl::PackageImpl::isRegistered_(
{
//In case the object was created for a removed extension (m_bRemoved = true)
//but the extension is not registered, then bundle will be empty. Then
- //the return value will be Optional<...>.IsPresent= false. Althoug this is
+ //the return value will be Optional<...>.IsPresent= false. Although this is
//not true, this does not matter. Then registerPackage or revokePackage
//would never be called for the items. But since the extension is removed
//and not registered anyway, this does not matter.