summary refs log tree commit diff
path: root/synapse/handlers/auth.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-12-21 09:44:03 +0000
committerDavid Baker <dave@matrix.org>2016-12-21 09:51:43 +0000
commit84cf00c6450fb0334e4eac186f05ae6cd6afe2bb (patch)
treeb21114448f187982148781fdd6b2eec588d183f1 /synapse/handlers/auth.py
parentMerge pull request #1714 from matrix-org/dbkr/delete_threepid (diff)
downloadsynapse-84cf00c6450fb0334e4eac186f05ae6cd6afe2bb.tar.xz
Fix another comment typo
Diffstat (limited to 'synapse/handlers/auth.py')
-rw-r--r--synapse/handlers/auth.py2
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()