Fix typo in gthread.py

This commit is contained in:
Pengpeng Zuo 2018-12-23 16:37:47 +08:00 committed by Berker Peksag
parent 33025cf610
commit ad1afe7b79

View File

@ -4,10 +4,10 @@
# See the NOTICE for more information.
# design:
# a threaded worker accepts connections in the main loop, accepted
# connections are are added to the thread pool as a connection job. On
# keepalive connections are put back in the loop waiting for an event.
# If no event happen after the keep alive timeout, the connectoin is
# A threaded worker accepts connections in the main loop, accepted
# connections are added to the thread pool as a connection job.
# Keepalive connections are put back in the loop waiting for an event.
# If no event happen after the keep alive timeout, the connection is
# closed.
import errno