Skip to content

Commit

Permalink
Merge pull request #3700 from justinsb/dummy_change
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Spelling fixes

Really checking whether e2e is working.
  • Loading branch information
Kubernetes Submit Queue authored Nov 4, 2017
2 parents 2b3ac16 + 8faebc6 commit 4d424a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/flagbuilder/build_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"github.com/golang/glog"
)

// BuildFlags returns a space seperated list arguments
// BuildFlags returns a space separated list arguments
// @deprecated: please use BuildFlagsList
func BuildFlags(options interface{}) (string, error) {
flags, err := BuildFlagsList(options)
Expand Down
2 changes: 1 addition & 1 deletion pkg/formatter/instancegroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func RenderInstanceGroupZones(cluster *kops.Cluster) InstanceGroupRenderFunction
return func(ig *kops.InstanceGroup) string {
zones, err := model.FindZonesForInstanceGroup(cluster, ig)
if err != nil {
glog.Warningf("error fetch zones for instancegroup: %v", err)
glog.Warningf("error fetching zones for instancegroup: %v", err)
return ""
}
return strings.Join(zones, ",")
Expand Down

0 comments on commit 4d424a4

Please sign in to comment.