Skip to content

Commit 26e931a

Browse files
fix a spelling error (#12163)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
1 parent 56f222d commit 26e931a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/setting/database.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var (
5151
}
5252
)
5353

54-
// GetDBTypeByName returns the dataase type as it defined on XORM according the given name
54+
// GetDBTypeByName returns the database type as it defined on XORM according the given name
5555
func GetDBTypeByName(name string) string {
5656
return dbTypes[name]
5757
}

0 commit comments

Comments
 (0)