aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/log.py
diff options
context:
space:
mode:
authorJoaquin <joaquingc123@gmail.com>2018-05-13 17:31:20 -0500
committerJoaquin <joaquingc123@gmail.com>2018-05-13 17:31:20 -0500
commitf4a6153f2ed8f4d0fad4df770f6d79cf50567e6d (patch)
treef6b10ea5a21c2f5d5adec3fcefd65942a90d0f71 /mitmproxy/log.py
parent7fde02ac90542d932f1d1822dbad6fab761663bd (diff)
downloadmitmproxy-f4a6153f2ed8f4d0fad4df770f6d79cf50567e6d.tar.gz
mitmproxy-f4a6153f2ed8f4d0fad4df770f6d79cf50567e6d.tar.bz2
mitmproxy-f4a6153f2ed8f4d0fad4df770f6d79cf50567e6d.zip
Fixing Typos
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.
"""