Commit 449bb1ac authored by Chris O'Haver's avatar Chris O'Haver Committed by GitHub

spelling (#1461)

parent 399073ec
...@@ -49,7 +49,7 @@ type Kubernetes struct { ...@@ -49,7 +49,7 @@ type Kubernetes struct {
autoPathSearch []string // Local search path from /etc/resolv.conf. Needed for autopath. autoPathSearch []string // Local search path from /etc/resolv.conf. Needed for autopath.
} }
// New returns a intialized Kubernetes. It default interfaceAddrFunc to return 127.0.0.1. All other // New returns a initialized Kubernetes. It default interfaceAddrFunc to return 127.0.0.1. All other
// values default to their zero value, primaryZoneIndex will thus point to the first zone. // values default to their zero value, primaryZoneIndex will thus point to the first zone.
func New(zones []string) *Kubernetes { func New(zones []string) *Kubernetes {
k := new(Kubernetes) k := new(Kubernetes)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment