1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-21 01:38:37 +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

@@ -7,7 +7,7 @@ package structs
type WikiCommit struct {
ID string `json:"sha"`
Author *CommitUser `json:"author"`
Committer *CommitUser `json:"commiter"`
Committer *CommitUser `json:"committer"`
Message string `json:"message"`
}