Merge pull request #3499 from yank1/fix-a-typo-in-client.go

fix a typo in client
pull/3502/head
Matthew Fisher 7 years ago committed by GitHub
commit b6ab6a2af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -293,7 +293,7 @@ func (h *Client) RunReleaseTest(rlsName string, opts ...ReleaseTestOption) (<-ch
return h.test(ctx, req)
}
// PingTiller pings the Tiller pod and ensure's that it is up and runnning
// PingTiller pings the Tiller pod and ensure's that it is up and running
func (h *Client) PingTiller() error {
ctx := NewContext()
return h.ping(ctx)

Loading…
Cancel
Save