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

small typo fix #5655

Merged
merged 2 commits into from
Jul 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -327,7 +327,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