From 58f8c0207de37c2619d30296d43a571d66d1e56a Mon Sep 17 00:00:00 2001 From: ymlong Date: Wed, 13 Mar 2019 15:00:32 +0800 Subject: [PATCH] Correcting some spelling errors --- pkg/apis/authentication/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/authentication/types.go b/pkg/apis/authentication/types.go index 77aaa472e1d..8fc416d2bc4 100644 --- a/pkg/apis/authentication/types.go +++ b/pkg/apis/authentication/types.go @@ -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