1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-18 16:28:36 +00:00

Update misspell to 0.5.0 and add typos.csv

This commit is contained in:
silverwind
2024-04-18 19:56:43 +02:00
parent d0e0708355
commit 13b9aed475
32 changed files with 82 additions and 60 deletions

View File

@@ -184,7 +184,7 @@ func (ref RefName) RefGroup() string {
}
// RefType returns the simple ref type of the reference, e.g. branch, tag
// It's differrent from RefGroup, which is using the name of the directory under .git/refs
// It's different from RefGroup, which is using the name of the directory under .git/refs
// Here we using branch but not heads, using tag but not tags
func (ref RefName) RefType() string {
var refType string