small typo fix (#5655)

This commit is contained in:
Andrew Morgan 2019-07-11 13:33:23 +01:00 committed by Richard van der Hoff
parent 0a4001eba1
commit 78a1cd36b5
2 changed files with 2 additions and 1 deletions

1
changelog.d/5655.doc Normal file
View file

@ -0,0 +1 @@
Fix a small typo in a code comment.

View file

@ -327,7 +327,7 @@ class EventsWorkerStore(SQLBaseStore):
Args:
events (list(str)): list of event_ids to fetch
allow_rejected (bool): Whether to teturn events that were rejected
allow_rejected (bool): Whether to return events that were rejected
update_metrics (bool): Whether to update the cache hit ratio metrics
Returns: