Fix some typos (#4412)

Signed-off-by: zouyu <zouy.fnst@cn.fujitsu.com>
This commit is contained in:
ZouYu
2021-01-20 15:59:03 +08:00
committed by GitHub
parent a10eb88f65
commit 66fcaaeafc
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import "github.com/miekg/dns"
// isDNSSEC returns true if r is a DNSSEC record. NSEC,NSEC3,DS and RRSIG/SIG
// are DNSSEC records. DNSKEYs is not in this list on the assumption that the
// client explictly asked for it.
// client explicitly asked for it.
func isDNSSEC(r dns.RR) bool {
switch r.Header().Rrtype {
case dns.TypeNSEC: