mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 01:49:23 -05: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