summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/_emerge/resolver/slot_collision.py2
1 files changed, 1 insertions, 1 deletions
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