Skip to content

Commit

Permalink
Update spelling
Browse files Browse the repository at this point in the history
Co-authored-by: David Schmitt <[email protected]>
  • Loading branch information
dylanratcliffe and DavidS-ovm authored Feb 22, 2024
1 parent 32e9e05 commit 8cb5654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func readLocalToken(homeDir string, expectedScopes []string) (string, []string,
return token.AccessToken, currentScopes, nil
}

// Checkw whether or not a token has all of the required scopes. Returns a
// Check whether or not a token has all of the required scopes. Returns a
// boolean and an error which will be populated if we couldn't read the token
func tokenHasAllScopes(token string, requiredScopes []string) (bool, error) {
claims, err := extractClaims(token)
Expand Down

0 comments on commit 8cb5654

Please sign in to comment.