diff options
Diffstat (limited to 'plugin/dnssec/black_lies.go')
-rw-r--r-- | plugin/dnssec/black_lies.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/dnssec/black_lies.go b/plugin/dnssec/black_lies.go index bc339b842..68fae22bb 100644 --- a/plugin/dnssec/black_lies.go +++ b/plugin/dnssec/black_lies.go @@ -7,7 +7,7 @@ import ( "github.com/miekg/dns" ) -// nsec returns an NSEC useful for NXDOMAIN respsones. +// nsec returns an NSEC useful for NXDOMAIN responses. // See https://tools.ietf.org/html/draft-valsorda-dnsop-black-lies-00 // For example, a request for the non-existing name a.example.com would // cause the following NSEC record to be generated: |