mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
fix typos
This commit is contained in:
parent
8012b9583e
commit
75887ec33c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue