summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-03-06 11:34:30 +0000
committerDavid Baker <dave@matrix.org>2015-03-06 11:34:30 +0000
commit657a0d2568133a06964cbfb12a58c98b259e7f43 (patch)
tree3262cf4377d673d91e08564d8bc7ebcf2b02dd61 /synapse
parentSuppress notices should trump content/room/sender rules. (diff)
downloadsynapse-657a0d2568133a06964cbfb12a58c98b259e7f43.tar.xz
Comment typo
Diffstat (limited to 'synapse')
-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 ba1aac30fb..086010427f 100644
--- a/synapse/push/__init__.py
+++ b/synapse/push/__init__.py
@@ -121,7 +121,7 @@ class Pusher(object):
                     ev, c, display_name=my_display_name,
                     room_member_count=room_member_count
                 )
-            # ignore rules with no actions (we have an explict 'dont_notify'
+            # ignore rules with no actions (we have an explict 'dont_notify')
             if len(actions) == 0:
                 logger.warn(
                     "Ignoring rule id %s with no actions for user %s" %