Skip to content

Commit 04fd87f

Browse files
authored
fix: typo (#563)
1 parent 3fb1538 commit 04fd87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/token_verifier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func (tv *tokenVerifier) VerifyToken(ctx context.Context, token string, isEmulat
174174
return payload, nil
175175
}
176176

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

0 commit comments

Comments
 (0)