summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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());