From: Arfrever Frehtes Taifersar Arahesis Date: Tue, 26 Apr 2011 20:50:03 +0000 (+0200) Subject: Fix a typo. X-Git-Tag: v2.1.9.47~33 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cfbf59de8435dc4a1b74b6e9693a01f1ff686de5;p=portage.git Fix a typo. --- 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. """