fix a typo in client

pull/4207/head
yank1 8 years ago committed by Sebastien Plisson
parent f7c4b7a8ec
commit c67309b383

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