Sfoglia il codice sorgente

fix a spelling error (#12163)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.13.0-rc1
Stormxx 3 anni fa
parent
commit
26e931ae34
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      modules/setting/database.go

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

@@ -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]
}

Loading…
Annulla
Salva