From: Zac Medico Date: Mon, 11 Oct 2010 18:26:18 +0000 (-0700) Subject: Fix a typo in a comment. X-Git-Tag: v2.1.9.15~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1de59d8672bc0f77e5e33b484c5cca4c34f0cede;p=portage.git Fix a typo in a comment. --- diff --git a/pym/_emerge/resolver/slot_collision.py b/pym/_emerge/resolver/slot_collision.py index 78259a4f0..f6cf94d91 100644 --- a/pym/_emerge/resolver/slot_collision.py +++ b/pym/_emerge/resolver/slot_collision.py @@ -149,7 +149,7 @@ class slot_conflict_handler(object): self.solutions.extend(new_solutions) if first_config: #If the "all ebuild"-config gives a solution, use it. - #Otherwise enumerate all other soultions. + #Otherwise enumerate all other solutions. if self.debug: writemsg("All-ebuild configuration has a solution. Aborting search.\n", noiselevel=-1) break