Skip to content

Commit

Permalink
advancedtls: fix a typo in crl.go (#4634)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenLian committed Aug 2, 2021
1 parent ea9b7a0 commit 8ed8dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/advancedtls/crl.go
Expand Up @@ -40,7 +40,7 @@ import (
var grpclogLogger = grpclog.Component("advancedtls")

// Cache is an interface to cache CRL files.
// The cache implemetation must be concurrency safe.
// The cache implementation must be concurrency safe.
// A fixed size lru cache from golang-lru is recommended.
type Cache interface {
// Add adds a value to the cache.
Expand Down

0 comments on commit 8ed8dd2

Please sign in to comment.