From a1443904a5931de892548f758e583c13595321ac Mon Sep 17 00:00:00 2001 From: AdamDang Date: Mon, 2 Apr 2018 20:24:22 +0800 Subject: [PATCH] Typo fix in err message Typo fix in err message --- upup/pkg/fi/cloudup/gce/mock_gce_cloud.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upup/pkg/fi/cloudup/gce/mock_gce_cloud.go b/upup/pkg/fi/cloudup/gce/mock_gce_cloud.go index c77f6439ca..d7692e8b4e 100644 --- a/upup/pkg/fi/cloudup/gce/mock_gce_cloud.go +++ b/upup/pkg/fi/cloudup/gce/mock_gce_cloud.go @@ -61,7 +61,7 @@ func (c *mockGCECloud) GetCloudGroups(cluster *kops.Cluster, instancegroups []*k // Zones is not implemented yet func (c *mockGCECloud) Zones() ([]string, error) { - return nil, fmt.Errorf("not yet implented") + return nil, fmt.Errorf("not yet implemented") } // WithLabels returns a copy of the mockGCECloud bound to the specified labels