Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
small typo fix (#5655)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Feb 17, 2020
2 parents b5844ad + 78a1cd3 commit 32dd8ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/5655.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a small typo in a code comment.
2 changes: 1 addition & 1 deletion synapse/storage/events_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def _get_events_from_cache(self, events, allow_rejected, update_metrics=True):
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:
Expand Down

0 comments on commit 32dd8ab

Please sign in to comment.