Skip to content

Commit

Permalink
Fix typo in gthread.py
Browse files Browse the repository at this point in the history
  • Loading branch information
clpsz authored and berkerpeksag committed Dec 23, 2018
1 parent 33025cf commit ad1afe7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gunicorn/workers/gthread.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad1afe7

Please sign in to comment.