mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 17:54:07 +01:00
Fix misspellings in comments
Found by https://goreportcard.com/report/github.com/drone/drone
This commit is contained in:
@@ -53,7 +53,7 @@ func ParseRequest(r *http.Request, fn SecretFunc) (*Token, error) {
|
||||
return Parse(token, fn)
|
||||
}
|
||||
|
||||
// and finally we attemt to get the token from
|
||||
// and finally we attempt to get the token from
|
||||
// the user session cookie
|
||||
cookie, err := r.Cookie("user_sess")
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user