mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 09:21:53 +00:00
Fix various typos (#416)
Fix various typos found via `codespell -q 3 -S vendor -L pullrequest,pullrequests`
This commit is contained in:
@@ -143,7 +143,7 @@ func keyFunc(token *Token, fn SecretFunc) jwt.Keyfunc {
|
||||
token.Kind, _ = kindv.(string)
|
||||
|
||||
// extract the token value and cast to
|
||||
// exepected type.
|
||||
// expected type.
|
||||
textv, ok := claims["text"]
|
||||
if !ok {
|
||||
return nil, jwt.ValidationError{}
|
||||
|
Reference in New Issue
Block a user