Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11284 - main/trunk/pym/_emerge
Date: Wed, 30 Jul 2008 09:21:31
Message-Id: E1KO7s9-0004Pr-CI@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-07-30 09:21:27 +0000 (Wed, 30 Jul 2008)
3 New Revision: 11284
4
5 Modified:
6 main/trunk/pym/_emerge/__init__.py
7 Log:
8 Fix typo.
9
10
11 Modified: main/trunk/pym/_emerge/__init__.py
12 ===================================================================
13 --- main/trunk/pym/_emerge/__init__.py 2008-07-30 09:04:22 UTC (rev 11283)
14 +++ main/trunk/pym/_emerge/__init__.py 2008-07-30 09:21:27 UTC (rev 11284)
15 @@ -8170,7 +8170,7 @@
16
17 def _task_exit(self, task):
18 """
19 - Since we can always rely on exist listeners being called, set of
20 + Since we can always rely on exit listeners being called, the set of
21 running tasks is always pruned automatically and there is never any need
22 to actively prune it.
23 """