Skip to content

Commit

Permalink
Fix simple typo: altnernatives -> alternatives (#464)
Browse files Browse the repository at this point in the history
Closes #463
  • Loading branch information
timgates42 committed Mar 3, 2020
1 parent d2eba98 commit 049afb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nose2/plugins/mp.py
Expand Up @@ -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
Expand Down

0 comments on commit 049afb8

Please sign in to comment.