From a494be60e7f646a6f6de3c47ce2b6447c99dbe9a Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Wed, 29 Oct 2008 13:23:49 +0600 Subject: [PATCH] few typos fixed --- greentest/test__greenness.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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