summaryrefslogtreecommitdiffstats
path: root/events/src/handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'events/src/handlers.py')
-rw-r--r--events/src/handlers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/events/src/handlers.py b/events/src/handlers.py
index 21d3e83de54..7746d488bf3 100644
--- a/events/src/handlers.py
+++ b/events/src/handlers.py
@@ -23,7 +23,7 @@ def generic_handler(ts, key, data):
def handle_event_volume_set(ts, key, data):
"""
- Recieved data will have all the options as one string, split into
+ Received data will have all the options as one string, split into
list of options. "key1,value1,key2,value2" into
[[key1, value1], [key2, value2]]
"""