aboutsummaryrefslogtreecommitdiffstats
path: root/examples/addons/events.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/addons/events.py')
-rw-r--r--examples/addons/events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/addons/events.py b/examples/addons/events.py
index 93664954..d3c90430 100644
--- a/examples/addons/events.py
+++ b/examples/addons/events.py
@@ -155,7 +155,7 @@ class Events:
def log(self, entry: mitmproxy.log.LogEntry):
"""
- Called whenver a new log entry is created through the mitmproxy
+ Called whenever a new log entry is created through the mitmproxy
context. Be careful not to log from this event, which will cause an
infinite loop!
"""