misspell: Corrected some misspelled words

This commit is contained in:
Anton Yackushev
2017-06-05 15:20:34 +03:00
parent 1efdd92ae8
commit bab21c9069
6 changed files with 9 additions and 9 deletions

View File

@@ -199,7 +199,7 @@ func LoadConfig() {
if DbCfg.Type == "sqlite3" {
UseSQLite3 = true
// only allow one connection as sqlite3 has multi threading issues that casue table locks
// only allow one connection as sqlite3 has multi threading issues that cause table locks
// DbCfg.MaxIdleConn = 1
// DbCfg.MaxOpenConn = 1
}