summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorik Schellekens <joriksch@gmail.com>2019-08-05 11:36:50 +0100
committerGitHub <noreply@github.com>2019-08-05 11:36:50 +0100
commit8b53f8e9bda8a6eae353dab96fc6d639504393ac (patch)
tree097f15308bac3dd5a431a4e569f194b275d5311d
parentNicer changelog (diff)
downloadsynapse-8b53f8e9bda8a6eae353dab96fc6d639504393ac.tar.xz
Typo
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-rw-r--r--synapse/api/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py
index fef1ee4040..1102d00265 100644
--- a/synapse/api/auth.py
+++ b/synapse/api/auth.py
@@ -213,7 +213,7 @@ class Auth(object):
                 request.authenticated_entity = user_id
                 opentracing.set_tag("authenticated_entity", user_id)
                 # there is at least one other place where authenticated entity is
-                # set. user_id is tagged incase authenticated_entity is clobbered
+                # set. user_id is tagged in case authenticated_entity is clobbered
                 opentracing.set_tag("user_id", user_id)
 
                 if ip_addr and self.hs.config.track_appservice_user_ips: