aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-05-24 10:35:42 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-05-24 11:35:53 +0200
commit4961d782ed344b5f36bf5b44b8b4b247dcef2605 (patch)
tree73795f663d348ddd469ab81578f013fdbda381c7 /test
parentb4f65049f2e80ef9690c646732b9e8c63d4c013e (diff)
downloadmitmproxy-4961d782ed344b5f36bf5b44b8b4b247dcef2605.tar.gz
mitmproxy-4961d782ed344b5f36bf5b44b8b4b247dcef2605.tar.bz2
mitmproxy-4961d782ed344b5f36bf5b44b8b4b247dcef2605.zip
fix typo
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/tservers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/tservers.py b/test/mitmproxy/tservers.py
index b8005529..3a2050e1 100644
--- a/test/mitmproxy/tservers.py
+++ b/test/mitmproxy/tservers.py
@@ -133,7 +133,7 @@ class ProxyTestBase:
@classmethod
def teardown_class(cls):
- # perf: we want to run tests in parallell
+ # perf: we want to run tests in parallel
# should this ever cause an error, travis should catch it.
# shutil.rmtree(cls.cadir)
cls.proxy.shutdown()