mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
s/becuase/because/g
This commit is contained in:
parent
c3c29aa196
commit
ea752bdd99
3 changed files with 4 additions and 4 deletions
|
@ -265,7 +265,7 @@ class UserDirectoryStore(SQLBaseStore):
|
|||
self.get_user_in_public_room.invalidate((user_id,))
|
||||
|
||||
def get_users_in_public_due_to_room(self, room_id):
|
||||
"""Get all user_ids that are in the room directory becuase they're
|
||||
"""Get all user_ids that are in the room directory because they're
|
||||
in the given room_id
|
||||
"""
|
||||
return self._simple_select_onecol(
|
||||
|
@ -277,7 +277,7 @@ class UserDirectoryStore(SQLBaseStore):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def get_users_in_dir_due_to_room(self, room_id):
|
||||
"""Get all user_ids that are in the room directory becuase they're
|
||||
"""Get all user_ids that are in the room directory because they're
|
||||
in the given room_id
|
||||
"""
|
||||
user_ids_dir = yield self._simple_select_onecol(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue