From 75887ec33c8b7994169db205f4164919cc6f72ee Mon Sep 17 00:00:00 2001 From: stepyu <390282283@qq.com> Date: Fri, 12 Oct 2018 16:56:08 +0800 Subject: [PATCH] fix typos --- pkg/serviceaccount/jwt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/serviceaccount/jwt.go b/pkg/serviceaccount/jwt.go index fe4dc5b703..76deae2f34 100644 --- a/pkg/serviceaccount/jwt.go +++ b/pkg/serviceaccount/jwt.go @@ -125,7 +125,7 @@ type jwtTokenAuthenticator struct { validator Validator } -// Validator is called by the JWT token authentictaor to apply domain specific +// Validator is called by the JWT token authenticator to apply domain specific // validation to a token and extract user information. type Validator interface { // Validate validates a token and returns user information or an error.