mirror of
https://github.com/go-gitea/gitea
synced 2025-09-18 14:48:13 +00:00
Fix various typos in codebase (#35480)
This commit is contained in:
@@ -48,7 +48,7 @@ type csrfProtector struct {
|
||||
opt CsrfOptions
|
||||
// id must be unique per user.
|
||||
id string
|
||||
// token is the valid one which wil be used by end user and passed via header, cookie, or hidden form value.
|
||||
// token is the valid one which will be used by end user and passed via header, cookie, or hidden form value.
|
||||
token string
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user