summary refs log tree commit diff
path: root/synapse/storage/databases/state/bg_updates.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/storage/databases/state/bg_updates.py')
-rw-r--r--synapse/storage/databases/state/bg_updates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/databases/state/bg_updates.py b/synapse/storage/databases/state/bg_updates.py

index acb24e33af..1fd333b707 100644 --- a/synapse/storage/databases/state/bg_updates.py +++ b/synapse/storage/databases/state/bg_updates.py
@@ -27,7 +27,7 @@ MAX_STATE_DELTA_HOPS = 100 class StateGroupBackgroundUpdateStore(SQLBaseStore): - """Defines functions related to state groups needed to run the state backgroud + """Defines functions related to state groups needed to run the state background updates. """