Fix a typo in a comment.
authorZac Medico <zmedico@gentoo.org>
Mon, 11 Oct 2010 18:26:18 +0000 (11:26 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 11 Oct 2010 18:26:18 +0000 (11:26 -0700)
pym/_emerge/resolver/slot_collision.py

index 78259a4f0525b7d9cf013b6536a89bda6d55d0de..f6cf94d916692afd28c3f011ae713ae2b94f85d6 100644 (file)
@@ -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