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

Commit 8b412e7

Browse files
committed
Fix typo
1 parent c1b148c commit 8b412e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/storage/data_stores/main/event_push_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def add_push_actions_to_staging(self, event_id, user_id_actions):
428428
return
429429

430430
# This is a helper function for generating the necessary tuple that
431-
# can be used to inert into the `event_push_actions_staging` table.
431+
# can be used to insert into the `event_push_actions_staging` table.
432432
def _gen_entry(user_id, actions):
433433
is_highlight = 1 if _action_has_highlight(actions) else 0
434434
return (

0 commit comments

Comments
 (0)