summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pym/_emerge/depgraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index 50c44f9e..6dea92c9 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -1343,7 +1343,7 @@ class depgraph(object):
atom_pkg_graph.remove(pkg)
# Yield < and <= atoms first, since those are more likely to
- # cause a slot conflicts, and we want those atoms to be displayed
+ # cause slot conflicts, and we want those atoms to be displayed
# in the resulting slot conflict message (see bug #291142).
less_than = []
not_less_than = []