fix a spelling error (#12163)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>release/v1.15
parent
56f222d44c
commit
26e931ae34
|
@ -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 {
|
func GetDBTypeByName(name string) string {
|
||||||
return dbTypes[name]
|
return dbTypes[name]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue