summary refs log tree commit diff
path: root/synapse/push/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/push/__init__.py')
-rw-r--r--synapse/push/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/push/__init__.py b/synapse/push/__init__.py
index 250f22a168..3ab6da0625 100644
--- a/synapse/push/__init__.py
+++ b/synapse/push/__init__.py
@@ -27,7 +27,7 @@ import random
 logger = logging.getLogger(__name__)
 
 
-# Pushers could now be moved to pull out of the event_actions table instead
+# Pushers could now be moved to pull out of the event_push_actions table instead
 # of listening on the event stream: this would avoid them having to run the
 # rules again.
 class Pusher(object):