lint: Fix typos found by codespell.

This commit is contained in:
rht
2021-10-18 10:30:46 -04:00
committed by Tim Abbott
parent 5b7bb5142f
commit bb8504d925
28 changed files with 34 additions and 34 deletions

View File

@@ -1127,7 +1127,7 @@ def process_message_update_event(
# code path, and represent just rendering previews; there should be no
# real content changes.
# It doesn't really matter what we set `acting_user_id` in this case,
# becuase we know this event isn't meant to send notifications.
# because we know this event isn't meant to send notifications.
acting_user_id = user_profile_id
user_event = dict(event_template) # shallow copy, but deep enough for our needs