summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-04-26 22:50:03 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-04-26 22:50:03 +0200
commitfd6f03e9969b78e2ff881f3da2facfc0a83a2ee1 (patch)
treeda4b475291f46e128ee6e4d451aafb15b60994ff /pym/_emerge
parent71fe8dac63a91b0fc8ca425ac2068a80b726a32f (diff)
downloadportage-fd6f03e9969b78e2ff881f3da2facfc0a83a2ee1.tar.gz
portage-fd6f03e9969b78e2ff881f3da2facfc0a83a2ee1.tar.bz2
portage-fd6f03e9969b78e2ff881f3da2facfc0a83a2ee1.zip
Fix a typo.
Diffstat (limited to 'pym/_emerge')
-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 43707d286..f2f418114 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -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.
"""