Fix a typo.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Tue, 26 Apr 2011 20:50:03 +0000 (22:50 +0200)
committerZac Medico <zmedico@gentoo.org>
Wed, 4 May 2011 19:26:38 +0000 (12:26 -0700)
pym/_emerge/actions.py

index d2b35d5bd308aaba495f5c133138b6ef7846c8ee..20b1e3c4e36d6976e716d8e6330709ef647e3395 100644 (file)
@@ -1291,7 +1291,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.
        """