From 1e0906ed67c08f754cc28c7047eea228cb76e373 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Fri, 26 Jan 2018 18:41:23 +0800 Subject: [PATCH] Fix type --- pkg/helm/fake.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }