mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	fix a spelling error (#12163)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		@@ -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 {
 | 
			
		||||
	return dbTypes[name]
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user