s/becuase/because/g

This commit is contained in:
Matthew Hodgson 2018-07-10 17:58:09 +01:00
parent c3c29aa196
commit ea752bdd99
3 changed files with 4 additions and 4 deletions

View file

@ -384,7 +384,7 @@ class MessageHandler(BaseHandler):
users_with_profile = yield self.state.get_current_user_in_room(room_id)
# If this is an AS, double check that they are allowed to see the members.
# This can either be because the AS user is in the room or becuase there
# This can either be because the AS user is in the room or because there
# is a user in the room that the AS is "interested in"
if requester.app_service and user_id not in users_with_profile:
for uid in users_with_profile: