fix mis-spelling (#3310)
Signed-off-by: xieyanker <xjsisnice@gmail.com>
This commit is contained in:
parent
27e22b0696
commit
9a5e4fa1a0
11 changed files with 13 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
// Package loadbalance is plugin for rewriting responses to do "load balancing"
|
||||
// Package loadbalance is a plugin for rewriting responses to do "load balancing"
|
||||
package loadbalance
|
||||
|
||||
import (
|
||||
|
@ -9,7 +9,7 @@ import (
|
|||
"github.com/miekg/dns"
|
||||
)
|
||||
|
||||
// RoundRobin is plugin to rewrite responses for "load balancing".
|
||||
// RoundRobin is a plugin to rewrite responses for "load balancing".
|
||||
type RoundRobin struct {
|
||||
Next plugin.Handler
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue