Fix typo in erratic.go (#1812)
This commit is contained in:
parent
b109a79cb5
commit
a9f3ad1f0b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue