Fix typo 'datbases' in ConfigError

This commit is contained in:
Andrew Morgan 2020-04-28 16:52:22 +01:00
parent fb8ff79efd
commit ce207aa0ff

View file

@ -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: