Fix various typos (#416)

Fix various typos found via `codespell -q 3 -S vendor -L pullrequest,pullrequests`
This commit is contained in:
luzpaz
2021-10-08 12:35:56 -04:00
committed by GitHub
parent 3254a7ca00
commit 9b687a923e
28 changed files with 52 additions and 52 deletions

View File

@@ -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{}