소스 검색

fix a spelling error (#12163)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.13.0-rc1
Stormxx 3 년 전
부모
커밋
26e931ae34
No account linked to committer's email address
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…
취소
저장