diff options
| -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() |
