diff options
-rw-r--r-- | pym/_emerge/depgraph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index e8c4514df..157d84bab 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 = [] |