aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/tcp.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-07-05 09:37:43 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-07-05 10:57:20 +1200
commit20cc1b6aa4488d9b230469ba57b6a92380bfeeca (patch)
treea20860bfc43c9d0e977982d9d6dabe5eb7b29846 /netlib/tcp.py
parent96af5c16a065a8167d167ed1d4dc9e0a77566e25 (diff)
downloadmitmproxy-20cc1b6aa4488d9b230469ba57b6a92380bfeeca.tar.gz
mitmproxy-20cc1b6aa4488d9b230469ba57b6a92380bfeeca.tar.bz2
mitmproxy-20cc1b6aa4488d9b230469ba57b6a92380bfeeca.zip
Refactor TCP test suite.
Diffstat (limited to 'netlib/tcp.py')
-rw-r--r--netlib/tcp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlib/tcp.py b/netlib/tcp.py
index 54148172..0af3d463 100644
--- a/netlib/tcp.py
+++ b/netlib/tcp.py
@@ -209,7 +209,7 @@ class TCPServer:
request.close()
# Why a blanket except here? In some circumstances, a thread can
# persist until the interpreter exits. When this happens, all modules
- # and builtins are set to None, and things balls up indeterminate
+ # and builtins are set to None, and things balls up in indeterminate
# ways.
except:
pass