From e341eae7dbe94c854c8b399390c704afcbea0bd0 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Fri, 5 Mar 2010 21:27:19 +0100 Subject: Corrected typo --- portato/backend/portage/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/backend/portage/system.py') diff --git a/portato/backend/portage/system.py b/portato/backend/portage/system.py index 7ca7b49..3aaa060 100644 --- a/portato/backend/portage/system.py +++ b/portato/backend/portage/system.py @@ -262,7 +262,7 @@ class PortageSystem (SystemInterface): if not best: return - if not best.is_installed() and (best.is_masked() or best.is_testing(True)): # check to not update unnecessairily + if not best.is_installed() and (best.is_masked() or best.is_testing(True)): # check to not update unnecessarily for i in inst: if i.matches(crit): debug("The installed %s matches %s. Discarding upgrade to masked version %s.", i.get_cpv(), crit, best.get_version()) -- cgit v1.2.3-70-g09d2