Skip to content

Commit

Permalink
fix: typo (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
josejibin committed Jul 11, 2023
1 parent 3fb1538 commit 04fd87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/token_verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func (tv *tokenVerifier) VerifyToken(ctx context.Context, token string, isEmulat
return payload, nil
}

// Verifying the signature requires syncronized access to a key cache and
// Verifying the signature requires synchronized access to a key cache and
// potentially issues an http request. Therefore we do it last.
if err := tv.verifySignature(ctx, token); err != nil {
return nil, err
Expand Down

0 comments on commit 04fd87f

Please sign in to comment.