Browse Source
fix a spelling error (#12163)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
for-closed-social
Stormxx
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
modules/setting/database.go
|
@ -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] |
|
|
} |
|
|
} |
|
|