Correcting some spelling errors

k3s-v1.15.3
ymlong 2019-03-13 15:00:32 +08:00
parent 60d0ec579b
commit 58f8c0207d
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,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
// token must identitfy themself with an identifier in the list of
// 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
// against any of the audiences listed but implies a high degree of