瀏覽代碼

fix a spelling error (#12163)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.13.0-rc1
Stormxx 3 年之前
父節點
當前提交
26e931ae34
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      modules/setting/database.go

+ 1
- 1
modules/setting/database.go 查看文件

@@ -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…
取消
儲存