diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2011-12-01 23:41:42 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2011-12-01 23:41:42 +0200 |
commit | e10fc18fb2c74ac3e432ffaa2b1c125110fe2eeb (patch) | |
tree | 89eeb4275f134a589f5a6fe9be392a40fd86d4ee /desktop | |
parent | 9ee19c8fad2c3c29c4ff4cc6c37ba8d24d641ccc (diff) |
typo fix: explicitely -> explicitly
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/registry/inc/dp_backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h index 847eb43d5cb2..8c8124eb0ff2 100644 --- a/desktop/source/deployment/registry/inc/dp_backend.h +++ b/desktop/source/deployment/registry/inc/dp_backend.h @@ -281,7 +281,7 @@ class PackageRegistryBackend { //The map held originally WeakReferences. The map entries are removed in the disposing //function, which is called when the XPackages are destructed or they are - //explicitely disposed. The latter happens, for example, when a extension is + //explicitly disposed. The latter happens, for example, when a extension is //removed (see dp_manager.cxx). However, because of how the help systems work, now // XPackageManager::getDeployedPackages is called often. This results in a lot //of bindPackage calls which are costly. Therefore we keep hard references in |