Fix typo in comment.

svn path=/main/trunk/; revision=14798
diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index e8c4514..157d84b 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -1343,7 +1343,7 @@
 					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 = []