diff --git a/greentest/test__greenness.py b/greentest/test__greenness.py index 48bcc42..de7e934 100644 --- a/greentest/test__greenness.py +++ b/greentest/test__greenness.py @@ -1,6 +1,6 @@ """Test than modules in eventlet.green package are indeed green. -To do that spawn green server and then access it using green socket. -If either operation would actuallu block the whole script would block and timeout. +To do that spawn a green server and then access it using a green socket. +If either operation blocked the whole script would block and timeout. """ import unittest from greentest import test_support