diff options
author | Jorik Schellekens <joriksch@gmail.com> | 2019-08-05 11:36:50 +0100 |
---|---|---|
committer | Jorik Schellekens <joriks@matrix.org> | 2019-08-14 17:37:47 +0100 |
commit | 47c9ab23ab871923163e91391b19215a42fe6033 (patch) | |
tree | f030afd271ef45c32eed9e15b6d1a932fe43e988 | |
parent | Make sure there is an active span here. (diff) | |
download | synapse-47c9ab23ab871923163e91391b19215a42fe6033.tar.xz |
Typo
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-rw-r--r-- | synapse/api/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py index 1453ada8ed..df7804336d 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: |