Procházet zdrojové kódy

fix a spelling error (#12163)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.13.0-rc1
Stormxx před 3 roky
rodič
revize
26e931ae34
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      modules/setting/database.go

+ 1
- 1
modules/setting/database.go Zobrazit soubor

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

Načítá se…
Zrušit
Uložit