mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
Fix typo in erratic.go (#1812)
This commit is contained in:
committed by
John Belamaric
parent
b109a79cb5
commit
a9f3ad1f0b
@@ -11,7 +11,7 @@ import (
|
|||||||
"github.com/miekg/dns"
|
"github.com/miekg/dns"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Erratic is a plugin that returns erratic repsonses to each client.
|
// Erratic is a plugin that returns erratic responses to each client.
|
||||||
type Erratic struct {
|
type Erratic struct {
|
||||||
drop uint64
|
drop uint64
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user