diff options
author | David Baker <dave@matrix.org> | 2016-12-21 09:44:03 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2016-12-21 09:51:43 +0000 |
commit | 84cf00c6450fb0334e4eac186f05ae6cd6afe2bb (patch) | |
tree | b21114448f187982148781fdd6b2eec588d183f1 /synapse/handlers | |
parent | Merge pull request #1714 from matrix-org/dbkr/delete_threepid (diff) | |
download | synapse-84cf00c6450fb0334e4eac186f05ae6cd6afe2bb.tar.xz |
Fix another comment typo
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py index ebadace4c1..221d7ea7a2 100644 --- a/synapse/handlers/auth.py +++ b/synapse/handlers/auth.py @@ -607,7 +607,7 @@ class AuthHandler(BaseHandler): # types (mediums) of threepid. For now, we still use the existing # infrastructure, but this is the start of synapse gaining knowledge # of specific types of threepid (and fixes the fact that checking - # for the presenc eof an email address during password reset was + # for the presence of an email address during password reset was # case sensitive). if medium == 'email': address = address.lower() |