summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-05-09 15:42:39 +0100
committerErik Johnston <erik@matrix.org>2018-05-09 15:42:39 +0100
commit7ce98804ff2ffa8ecacf63ddad469dc0221b655e (patch)
treef71c031a597eb614f1ccf9909a803be8a7392cc7 /synapse
parentMerge branch 'develop' of github.com:matrix-org/synapse into erikj/fixup_retu... (diff)
downloadsynapse-7ce98804ff2ffa8ecacf63ddad469dc0221b655e.tar.xz
Fix up comment
Diffstat (limited to 'synapse')
-rw-r--r--synapse/storage/stream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/stream.py b/synapse/storage/stream.py
index f529642101..b6d171eb9b 100644
--- a/synapse/storage/stream.py
+++ b/synapse/storage/stream.py
@@ -368,7 +368,7 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore):
 
         Returns:
             Deferred[tuple[list[FrozenEvent],  str]]: Returns a list of
-            events and a token pointint to the start of the returned
+            events and a token pointing to the start of the returned
             events.
             The events returned are in ascending order.
         """