mirror of
https://github.com/coredns/coredns.git
synced 2025-10-31 18:23:13 -04:00
fix mis-spelling (#3310)
Signed-off-by: xieyanker <xjsisnice@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user