aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/addons/wsgiapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/addons/wsgiapp.py')
-rw-r--r--mitmproxy/addons/wsgiapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/addons/wsgiapp.py b/mitmproxy/addons/wsgiapp.py
index 155444fc..549d8c87 100644
--- a/mitmproxy/addons/wsgiapp.py
+++ b/mitmproxy/addons/wsgiapp.py
@@ -7,7 +7,7 @@ from mitmproxy import version
class WSGIApp:
"""
- An addon that hosts a WSGI app withing mitproxy, at a specified
+ An addon that hosts a WSGI app within mitproxy, at a specified
hostname and port.
"""
def __init__(self, app, host, port):