Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
Stormxx 2020-07-06 23:58:31 +08:00 коммит произвёл GitHub
Родитель 56f222d44c
Коммит 26e931ae34
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -51,7 +51,7 @@ var (
}
)
// GetDBTypeByName returns the dataase type as it defined on XORM according the given name
// GetDBTypeByName returns the database type as it defined on XORM according the given name
func GetDBTypeByName(name string) string {
return dbTypes[name]
}