Fix typo. v2.2_rc5
authorZac Medico <zmedico@gentoo.org>
Wed, 30 Jul 2008 09:21:27 +0000 (09:21 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 30 Jul 2008 09:21:27 +0000 (09:21 -0000)
svn path=/main/trunk/; revision=11284

pym/_emerge/__init__.py

index 659cee0582a34955cf4beb39f92a18bf05a82746..e51f0c12e51223972cbd3c30f145074d74bfffa9 100644 (file)
@@ -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.
                """