comment typo

pull/3265/head
David Baker 2018-05-22 17:14:06 +01:00
parent 08a14b32ae
commit 0a078026ea
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class DeactivateAccountHandler(BaseHandler):
yield self.store.user_delete_threepids(user_id)
yield self.store.user_set_password_hash(user_id, None)
# Add the user to a table of users penpding deactivation (ie.
# Add the user to a table of users pending deactivation (ie.
# removal from all the rooms they're a member of)
yield self.store.add_user_pending_deactivation(user_id)