We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f222d commit 26e931aCopy full SHA for 26e931a
modules/setting/database.go
@@ -51,7 +51,7 @@ var (
51
}
52
)
53
54
-// 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
55
func GetDBTypeByName(name string) string {
56
return dbTypes[name]
57
0 commit comments