Merge pull request #99682 from chymy/fix-misspelling

Fix misspelling and misgrammar
This commit is contained in:
Kubernetes Prow Robot
2021-09-05 12:46:28 -07:00
committed by GitHub
6 changed files with 13 additions and 13 deletions

View File

@@ -118,7 +118,7 @@ type TokenRequest struct {
// TokenRequestSpec contains client provided parameters of a token request.
type TokenRequestSpec struct {
// Audiences are the intendend audiences of the token. A recipient of a
// Audiences are the intended audiences of the token. A recipient of a
// token must identify themself with an identifier in the list of
// audiences of the token, and otherwise should reject the token. A
// token issued for multiple audiences may be used to authenticate