Browse Source

fix a spelling error (#12163)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.13.0-rc1
Stormxx 3 years ago
parent
commit
26e931ae34
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/setting/database.go

+ 1
- 1
modules/setting/database.go View File

} }
) )


// 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…
Cancel
Save