From 706a137b3f225880ec15b13e5b346e8dae5c9f44 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Thu, 18 Dec 2014 13:29:00 +0800 Subject: [PATCH] fix typo --- shadowsocks/tcprelay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks/tcprelay.py b/shadowsocks/tcprelay.py index 0c4f5de..8c4b2de 100644 --- a/shadowsocks/tcprelay.py +++ b/shadowsocks/tcprelay.py @@ -514,7 +514,7 @@ class TCPRelayHandler(object): # 1. destroy won't make another destroy() call inside # 2. destroy releases resources so it prevents future call to destroy # 3. destroy won't raise any exceptions - # if any of the promises are broken, it indicates a bug have been + # if any of the promises are broken, it indicates a bug has been # introduced! mostly likely memory leaks, etc if self._stage == STAGE_DESTROYED: # this couldn't happen