diff --git a/gunicorn/workers/ggevent.py b/gunicorn/workers/ggevent.py index 4bcfecb49..437eb7d02 100644 --- a/gunicorn/workers/ggevent.py +++ b/gunicorn/workers/ggevent.py @@ -109,7 +109,7 @@ def run(self): self.notify() gevent.sleep(1.0) - # Force kill all active the handlers + # Force kill all the active handlers self.log.warning("Worker graceful timeout (pid:%s)", self.pid) for server in servers: server.stop(timeout=1)