Fix a typo.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Tue, 26 Apr 2011 20:50:03 +0000 (22:50 +0200)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Tue, 26 Apr 2011 20:50:03 +0000 (22:50 +0200)
pym/_emerge/actions.py

index 43707d2864a9dea99eae7186a55c78a90a67ed6c..f2f4181140f075f5185af9150f3fb9d8f58b836d 100644 (file)
@@ -1292,7 +1292,7 @@ def action_deselect(settings, trees, opts, atoms):
 def expand_new_virt(vardb, atom, _traversed=None):
        """
        Iterate over the recursively expanded RDEPEND atoms of
-       s new-style virtual. If atom is not a new-style virtual
+       a new-style virtual. If atom is not a new-style virtual
        or it does not match an installed package then it is
        yielded without any expansion.
        """