aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/log.py
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/log.py')
-rw-r--r--mitmproxy/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/log.py b/mitmproxy/log.py
index 30dbb473..e089a459 100644
--- a/mitmproxy/log.py
+++ b/mitmproxy/log.py
@@ -37,7 +37,7 @@ class Log:
def alert(self, txt):
"""
Log with level alert. Alerts have the same urgency as info, but
- signals to interctive tools that the user's attention should be
+ signals to interactive tools that the user's attention should be
drawn to the output even if they're not currently looking at the
event log.
"""