Fix misspelling and misgrammar

Signed-off-by: chymy <chang.min1@zte.com.cn>
This commit is contained in:
chymy
2021-03-03 01:59:33 -05:00
parent 5b0d0451ff
commit b250a985d2
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