From 75515480e30e4c307ff0d80e9acf2789a0b3c6bc Mon Sep 17 00:00:00 2001 From: Philippe Boneff Date: Fri, 23 Aug 2024 16:50:13 +0000 Subject: [PATCH] typo --- personalities/sctfe/storage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/personalities/sctfe/storage.go b/personalities/sctfe/storage.go index 8099af89..05985ed3 100644 --- a/personalities/sctfe/storage.go +++ b/personalities/sctfe/storage.go @@ -89,7 +89,7 @@ func (cts *CTStorage) AddIssuerChain(ctx context.Context, chain []*x509.Certific return nil } -// cachedStoreIssuers returns a caching wrapper for and IssuerStorage +// cachedStoreIssuers returns a caching wrapper for an IssuerStorage // // This is intended to make querying faster. It does not keep a copy of the certs, only sha256. // Only up to maxCachedIssuerKeys keys will be stored locally.