]> granicus.if.org Git - python/commitdiff
copy 'n paste typo (thx Antoine)
authorChristian Heimes <christian@cheimes.de>
Fri, 6 Dec 2013 23:14:55 +0000 (00:14 +0100)
committerChristian Heimes <christian@cheimes.de>
Fri, 6 Dec 2013 23:14:55 +0000 (00:14 +0100)
Lib/test/test_asyncio/test_events.py

index f8908782aeaa7724eccad8271c10d95b2dae0bb5..1c2560c039344323fbf9f1c094e2e8828cccc9d0 100644 (file)
@@ -1393,19 +1393,19 @@ if sys.platform == 'win32':
             return windows_events.ProactorEventLoop()
 
         def test_create_ssl_connection(self):
-            raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
+            raise unittest.SkipTest("IocpEventLoop incompatible with SSL")
 
         def test_create_server_ssl(self):
-            raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
+            raise unittest.SkipTest("IocpEventLoop incompatible with SSL")
 
         def test_create_server_ssl_verify_failed(self):
-            raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
+            raise unittest.SkipTest("IocpEventLoop incompatible with SSL")
 
         def test_create_server_ssl_match_failed(self):
-            raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
+            raise unittest.SkipTest("IocpEventLoop incompatible with SSL")
 
         def test_create_server_ssl_verified(self):
-            raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
+            raise unittest.SkipTest("IocpEventLoop incompatible with SSL")
 
         def test_reader_callback(self):
             raise unittest.SkipTest("IocpEventLoop does not have add_reader()")