correct spelling of defunct

This commit is contained in:
Edward George
2012-08-13 15:36:07 +01:00
parent 14eea43a10
commit 8041f50007

View File

@@ -283,7 +283,7 @@ class TestDeadRunLoop(LimitedTestCase):
def test_parent(self): def test_parent(self):
""" Checks that a terminating greenthread whose parent """ Checks that a terminating greenthread whose parent
was a previous, now-defunkt hub greenlet returns execution to was a previous, now-defunct hub greenlet returns execution to
the hub runloop and not the hub greenlet's parent. """ the hub runloop and not the hub greenlet's parent. """
hub = hubs.get_hub() hub = hubs.get_hub()