From: Zac Medico Date: Sat, 7 Nov 2009 01:19:10 +0000 (-0000) Subject: Fix typo in comment. (trunk r14798) X-Git-Tag: v2.1.7.4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c1a5910e6b1e079db94747b0f630bbcb12f13854;p=portage.git Fix typo in comment. (trunk r14798) svn path=/main/branches/2.1.7/; revision=14799 --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 50c44f9e8..6dea92c94 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 = []