summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/packagemanagercore_p.cpp
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-02-04 15:46:04 +0100
committerNiels Weber <niels.weber@digia.com>2013-02-05 12:12:43 +0100
commit2ad21270a76d65b74a4cdece2643025441654783 (patch)
tree03b86d1fd9260c60e8b2fe3f1dadf9918e655427 /src/libs/installer/packagemanagercore_p.cpp
parentc2288810719a12ccf2cc0c0013b4739712d4745e (diff)
Typos fixed.
Change-Id: I20237d74b6aa206ca4c6cc52f0c484b8b14089f0 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'src/libs/installer/packagemanagercore_p.cpp')
-rw-r--r--src/libs/installer/packagemanagercore_p.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/installer/packagemanagercore_p.cpp b/src/libs/installer/packagemanagercore_p.cpp
index e86ea9138..4b94c7692 100644
--- a/src/libs/installer/packagemanagercore_p.cpp
+++ b/src/libs/installer/packagemanagercore_p.cpp
@@ -1601,7 +1601,7 @@ bool PackageManagerCorePrivate::runPackageUpdater()
// Filter out the create target dir undo operation, it's only needed for full uninstall.
// Note: We filter for unnamed operations as well, since old installations had the remove target
- // dir operation without the "uninstall-only", which will result in an complete uninstallation
+ // dir operation without the "uninstall-only", which will result in a complete uninstallation
// during an update for the maintenance tool.
if (operation->value(QLatin1String("uninstall-only")).toBool()
|| operation->value(QLatin1String("component")).toString().isEmpty()) {
@@ -1807,7 +1807,7 @@ void PackageManagerCorePrivate::installComponent(Component *component, double pr
}
if (ok || operation->error() > Operation::InvalidArguments) {
- // Remember that the operation was performed, what allows us to undo it if a following operation
+ // Remember that the operation was performed, that allows us to undo it if a following operation
// fails or if this operation failed but still needs an undo call to cleanup.
addPerformed(operation);
operation->setValue(QLatin1String("component"), component->name());