advancedtls: fix a typo in crl.go (#4634)

This commit is contained in:
ZhenLian 2021-08-02 13:03:54 -07:00 committed by GitHub
parent ea9b7a0a76
commit 8ed8dd2655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.