From: Zac Medico Date: Wed, 30 Jul 2008 09:21:27 +0000 (-0000) Subject: Fix typo. X-Git-Tag: v2.2_rc5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e6fa53303000fee0630ffc24fc805af75cb0c9a4;p=portage.git Fix typo. svn path=/main/trunk/; revision=11284 --- 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. """