Fix typo in comment. v2.2_rc49
authorZac Medico <zmedico@gentoo.org>
Sat, 7 Nov 2009 01:18:54 +0000 (01:18 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 7 Nov 2009 01:18:54 +0000 (01:18 -0000)
svn path=/main/trunk/; revision=14798

pym/_emerge/depgraph.py

index e8c4514df6a985b3865bf05de3aa33079aa3fd6d..157d84babb28e32ac65fabd2a68b21d2fbb3bcdb 100644 (file)
@@ -1343,7 +1343,7 @@ class depgraph(object):
                                        atom_pkg_graph.remove(pkg)
 
                        # Yield < and <= atoms first, since those are more likely to
-                       # cause 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 = []