diff --git a/pkg/helm/fake.go b/pkg/helm/fake.go index 4ae749a5d..dbb488610 100644 --- a/pkg/helm/fake.go +++ b/pkg/helm/fake.go @@ -184,7 +184,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 runnning +// PingTiller pings the Tiller pod and ensure's that it is up and running func (c *FakeClient) PingTiller() error { return nil }