comment typo

This commit is contained in:
David Baker 2016-01-05 13:32:39 +00:00
parent 4eb7b950c8
commit 85ca8cb90c

View file

@ -63,7 +63,7 @@ class BulkPushRuleEvaluator:
Runs push rules for all users in a room.
This is faster than running PushRuleEvaluator for each user because it
fetches all the rules for all the users in one (batched) db query
rarher than doing multiple queries per-user. It currently uses
rather than doing multiple queries per-user. It currently uses
the same logic to run the actual rules, but could be optimised further
(see https://matrix.org/jira/browse/SYN-562)
"""