Fix typo in comment. (trunk r14798) v2.1.7.4
authorZac Medico <zmedico@gentoo.org>
Sat, 7 Nov 2009 01:19:10 +0000 (01:19 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 7 Nov 2009 01:19:10 +0000 (01:19 -0000)
svn path=/main/branches/2.1.7/; revision=14799

pym/_emerge/depgraph.py

index 50c44f9e8de8bf8a6ff8aefeaa7719412b68fb32..6dea92c94cfa9558151fd3fbf1e084575e513e65 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 = []