Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix typo in comment from #11255.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Nov 8, 2021
1 parent 556a488 commit 799af14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/storage/prepare_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def prepare_database(
databases=databases,
)
elif version_info.current_version < SCHEMA_VERSION:
# If the DB is on an older version than we expect the we refuse
# If the DB is on an older version than we expect then we refuse
# to start the worker (as the main process needs to run first to
# update the schema).
raise UpgradeDatabaseException(
Expand Down

0 comments on commit 799af14

Please sign in to comment.