diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-23 12:38:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 12:38:40 -0400 |
commit | 34a5696f9338f1a1ec52203e3871a797a02138a9 (patch) | |
tree | 2a36c0a8365cb0024c3c09aa1b5762b9fdbcbd22 /synapse/metrics/background_process_metrics.py | |
parent | Fix handling of User-Agent headers with bad utf-8. (#8632) (diff) | |
download | synapse-34a5696f9338f1a1ec52203e3871a797a02138a9.tar.xz |
Fix typos and spelling errors. (#8639)
Diffstat (limited to 'synapse/metrics/background_process_metrics.py')
-rw-r--r-- | synapse/metrics/background_process_metrics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/metrics/background_process_metrics.py b/synapse/metrics/background_process_metrics.py index ea5f1c7b62..08fbf78eee 100644 --- a/synapse/metrics/background_process_metrics.py +++ b/synapse/metrics/background_process_metrics.py @@ -266,7 +266,7 @@ class BackgroundProcessLoggingContext(LoggingContext): super().__exit__(type, value, traceback) - # The background process has finished. We explictly remove and manually + # The background process has finished. We explicitly remove and manually # update the metrics here so that if nothing is scraping metrics the set # doesn't infinitely grow. with _bg_metrics_lock: |