Fix some typos in comment (#5215)

Signed-off-by: zhoulin xie <zhoulin.xie@daocloud.io>
pull/5217/head
JoeWrightss 6 years ago committed by Matthew Fisher
parent 70a6182606
commit 197e68ec1f

@ -302,7 +302,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 running
// PingTiller pings the Tiller pod and ensures that it is up and running
func (h *Client) PingTiller() error {
ctx := NewContext()
return h.ping(ctx)

@ -257,7 +257,7 @@ func (c *FakeClient) RunReleaseTest(rlsName string, opts ...ReleaseTestOption) (
return results, errc
}
// PingTiller pings the Tiller pod and ensure's that it is up and running
// PingTiller pings the Tiller pod and ensures that it is up and running
func (c *FakeClient) PingTiller() error {
return nil
}

@ -474,7 +474,7 @@ type VersionOption func(*options)
// the defaults used when running the `helm upgrade` command.
type UpdateOption func(*options)
// RollbackOption allows specififying various settings configurable
// RollbackOption allows specifying various settings configurable
// by the helm client user for overriding the defaults used when
// running the `helm rollback` command.
type RollbackOption func(*options)

Loading…
Cancel
Save