From dbaf83eb7b2e4a2419570a5cc7a93b4654fa6790 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Thu, 5 Jun 2014 20:52:29 +0800 Subject: [PATCH] fix a typo --- shadowsocks/tcprelay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks/tcprelay.py b/shadowsocks/tcprelay.py index 5da00ee..8f12218 100644 --- a/shadowsocks/tcprelay.py +++ b/shadowsocks/tcprelay.py @@ -476,7 +476,7 @@ class TCPRelay(object): self._handler_to_timeouts[hash(handler)] = length def _sweep_timeout(self): - # tornado's timeout memory management is more flexible that we need + # tornado's timeout memory management is more flexible than we need # we just need a sorted last_activity queue and it's faster than heapq # in fact we can do O(1) insertion/remove so we invent our own if self._timeouts: