mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
Misspell correction (#826)
Did a `misspell . | grep -v ^vendor` and fixed several typos. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
@@ -14,7 +14,7 @@ type zoneAddr struct {
|
||||
Transport string // dns, tls or grpc
|
||||
}
|
||||
|
||||
// String return the string represenation of z.
|
||||
// String return the string representation of z.
|
||||
func (z zoneAddr) String() string { return z.Transport + "://" + z.Zone + ":" + z.Port }
|
||||
|
||||
// Transport returns the protocol of the string s
|
||||
|
||||
Reference in New Issue
Block a user