mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix typo 'datbases' in ConfigError
This commit is contained in:
parent
fb8ff79efd
commit
ce207aa0ff
@ -138,7 +138,7 @@ class DatabaseConfig(Config):
|
||||
database_path = config.get("database_path")
|
||||
|
||||
if multi_database_config and database_config:
|
||||
raise ConfigError("Can't specify both 'database' and 'datbases' in config")
|
||||
raise ConfigError("Can't specify both 'database' and 'databases' in config")
|
||||
|
||||
if multi_database_config:
|
||||
if database_path:
|
||||
|
Loading…
Reference in New Issue
Block a user