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:
Yong Tang
2017-08-04 09:06:06 -07:00
committed by Miek Gieben
parent 21386ebdd5
commit c08497adee
9 changed files with 9 additions and 8 deletions

View File

@@ -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