diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-09-14 11:46:58 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-09-14 11:46:58 -0400 |
commit | d2a3eb04a49d83485c53e677e4934f7f5491330e (patch) | |
tree | 68bb25bd7b1a3bbb3496f1570c60e28554a1dd30 /synapse/logging | |
parent | Add the topic and avatar to the room details admin API (#8305) (diff) | |
download | synapse-d2a3eb04a49d83485c53e677e4934f7f5491330e.tar.xz |
Fix typos in comments.
Diffstat (limited to 'synapse/logging')
-rw-r--r-- | synapse/logging/opentracing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/logging/opentracing.py b/synapse/logging/opentracing.py index 7df0aa197d..e58850faff 100644 --- a/synapse/logging/opentracing.py +++ b/synapse/logging/opentracing.py @@ -509,7 +509,7 @@ def start_active_span_from_edu( ] # For some reason jaeger decided not to support the visualization of multiple parent - # spans or explicitely show references. I include the span context as a tag here as + # spans or explicitly show references. I include the span context as a tag here as # an aid to people debugging but it's really not an ideal solution. references += _references |