diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-05-24 10:35:42 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-05-24 11:35:53 +0200 |
commit | 4961d782ed344b5f36bf5b44b8b4b247dcef2605 (patch) | |
tree | 73795f663d348ddd469ab81578f013fdbda381c7 /test | |
parent | b4f65049f2e80ef9690c646732b9e8c63d4c013e (diff) | |
download | mitmproxy-4961d782ed344b5f36bf5b44b8b4b247dcef2605.tar.gz mitmproxy-4961d782ed344b5f36bf5b44b8b4b247dcef2605.tar.bz2 mitmproxy-4961d782ed344b5f36bf5b44b8b4b247dcef2605.zip |
fix typo
Diffstat (limited to 'test')
-rw-r--r-- | test/mitmproxy/tservers.py | 2 |
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() |