summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2020-04-11 20:55:18 +0100
committerMatthew Hodgson <matthew@matrix.org>2020-04-11 20:55:18 +0100
commit118b58f0c9897243f98072755cbc6606528dfa6c (patch)
tree06733c6efed78db9a305d844fcf8334c8ef0d98d /synapse/storage
parentDefault PL100 to enable encryption in a room (#7230) (diff)
downloadsynapse-118b58f0c9897243f98072755cbc6606528dfa6c.tar.xz
typos
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/data_stores/main/events_worker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/data_stores/main/events_worker.py b/synapse/storage/data_stores/main/events_worker.py
index 16ea8948b1..accde349a7 100644
--- a/synapse/storage/data_stores/main/events_worker.py
+++ b/synapse/storage/data_stores/main/events_worker.py
@@ -632,7 +632,7 @@ class EventsWorkerStore(SQLBaseStore):
 
             event_map[event_id] = original_ev
 
-        # finally, we can decide whether each one nededs redacting, and build
+        # finally, we can decide whether each one needs redacting, and build
         # the cache entries.
         result_map = {}
         for event_id, original_ev in event_map.items():