mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
Fix typo 'datbases' in ConfigError
This commit is contained in:
parent
fb8ff79efd
commit
ce207aa0ff
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue