From 049afb837852881460c18c81d32008c8fdef025b Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 4 Mar 2020 03:52:03 +1100 Subject: [PATCH] Fix simple typo: altnernatives -> alternatives (#464) Closes #463 --- nose2/plugins/mp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nose2/plugins/mp.py b/nose2/plugins/mp.py index a11e3c56..33f488ee 100644 --- a/nose2/plugins/mp.py +++ b/nose2/plugins/mp.py @@ -62,7 +62,7 @@ def setAddress(self, address): #Background: On Windows, select.select only works on sockets. So the #ability to select a bindable address and optionally port for the mp #plugin was added. Pipes should support a form of select, but this - #would require using pywin32. There are altnernatives but all have + #would require using pywin32. There are alternatives but all have #some kind of downside. An alternative might be creating a connection #like object using a shared queue for incomings events. self.bind_host = None