summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-04-26 22:50:03 +0200
committerZac Medico <zmedico@gentoo.org>2011-05-04 12:26:38 -0700
commitcfbf59de8435dc4a1b74b6e9693a01f1ff686de5 (patch)
treeb9a19446adc4f00cf0f6df8d0175c270cf89ff3e /pym
parentfb6a41d0a48a3fd5f7d7cb805b73235dde0fb331 (diff)
downloadportage-cfbf59de8435dc4a1b74b6e9693a01f1ff686de5.tar.gz
portage-cfbf59de8435dc4a1b74b6e9693a01f1ff686de5.tar.bz2
portage-cfbf59de8435dc4a1b74b6e9693a01f1ff686de5.zip
Fix a typo.
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index d2b35d5bd..20b1e3c4e 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -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.
"""