mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Fix some typos.
This commit is contained in:
parent
2c9b4a5f16
commit
7950aa8a27
23 changed files with 34 additions and 34 deletions
|
@ -113,7 +113,7 @@ def prepare_database(
|
|||
# which should be empty.
|
||||
if config is None:
|
||||
raise ValueError(
|
||||
"config==None in prepare_database, but databse is not empty"
|
||||
"config==None in prepare_database, but database is not empty"
|
||||
)
|
||||
|
||||
# if it's a worker app, refuse to upgrade the database, to avoid multiple
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue