Issue #22186: Fix typos in Lib/.

Patch by Févry Thibault.
This commit is contained in:
Berker Peksag 2014-10-19 18:07:05 +03:00
commit 1ed2e69a4a
14 changed files with 16 additions and 16 deletions

View file

@ -288,7 +288,7 @@ class BaseServer:
deadline = time() + timeout
# Wait until a request arrives or the timeout expires - the loop is
# necessary to accomodate early wakeups due to EINTR.
# necessary to accommodate early wakeups due to EINTR.
with _ServerSelector() as selector:
selector.register(self, selectors.EVENT_READ)