From: Zac Medico Date: Sat, 7 Nov 2009 01:18:54 +0000 (-0000) Subject: Fix typo in comment. X-Git-Tag: v2.2_rc49 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=463a692cb4d00d047fc446f1d87dd1912e4e6207;p=portage.git Fix typo in comment. svn path=/main/trunk/; revision=14798 --- 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 = []