fix typo's

some through goreportcard.com
This commit is contained in:
Mechiel Lukkien
2023-02-06 11:00:11 +01:00
parent 9792158324
commit 52e7054c49
3 changed files with 3 additions and 3 deletions

View File

@ -202,7 +202,7 @@ func Verify(ctx context.Context, resolver dns.Resolver, from dns.Domain, dkimRes
}
// Below we can do a bunch of publicsuffix lookups. Cache the results, mostly to
// reduce log polution.
// reduce log pollution.
pubsuffixes := map[dns.Domain]dns.Domain{}
pubsuffix := func(name dns.Domain) dns.Domain {
if r, ok := pubsuffixes[name]; ok {