summary refs log tree commit diff
path: root/synapse/events
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-06-19 11:33:03 +0100
committerErik Johnston <erik@matrix.org>2019-06-19 11:33:03 +0100
commit554609288b0fc5f36d9dd9c45a939e7c81698b12 (patch)
tree1c8632c578fcf69abb3595c8234d1502803e7709 /synapse/events
parentNewsfile (diff)
downloadsynapse-554609288b0fc5f36d9dd9c45a939e7c81698b12.tar.xz
Run as background process and fix comments
Diffstat (limited to 'synapse/events')
-rw-r--r--synapse/events/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/events/__init__.py b/synapse/events/__init__.py
index f1fbb3d14a..7154bcbea6 100644
--- a/synapse/events/__init__.py
+++ b/synapse/events/__init__.py
@@ -93,7 +93,7 @@ class _EventInternalMetadata(object):
         return getattr(self, "soft_failed", False)
 
     def should_proactively_send(self):
-        """Whether the eventm, if ours, should be sent to other clients and
+        """Whether the event, if ours, should be sent to other clients and
         servers.
 
         This is used for sending dummy events internally. Servers and clients