From 2ad21270a76d65b74a4cdece2643025441654783 Mon Sep 17 00:00:00 2001 From: Niels Weber Date: Mon, 4 Feb 2013 15:46:04 +0100 Subject: Typos fixed. Change-Id: I20237d74b6aa206ca4c6cc52f0c484b8b14089f0 Reviewed-by: Karsten Heimrich --- src/libs/installer/packagemanagercore_p.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libs/installer/packagemanagercore_p.cpp') 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()); -- cgit v1.2.3