summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-07-30 09:21:27 +0000
committerZac Medico <zmedico@gentoo.org>2008-07-30 09:21:27 +0000
commite6fa53303000fee0630ffc24fc805af75cb0c9a4 (patch)
tree403643be5273ac2fc8686c7a6f36ba91e9a0da58 /pym
parent1d7702f1cbc5f9117c7188a68c4eaed2fd579dbc (diff)
downloadportage-e6fa53303000fee0630ffc24fc805af75cb0c9a4.tar.gz
portage-e6fa53303000fee0630ffc24fc805af75cb0c9a4.tar.bz2
portage-e6fa53303000fee0630ffc24fc805af75cb0c9a4.zip
Fix typo.v2.2_rc5
svn path=/main/trunk/; revision=11284
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py
index 659cee058..e51f0c12e 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -8170,7 +8170,7 @@ class SequentialTaskQueue(SlotObject):
def _task_exit(self, task):
"""
- Since we can always rely on exist listeners being called, set of
+ Since we can always rely on exit listeners being called, the set of
running tasks is always pruned automatically and there is never any need
to actively prune it.
"""