Skip to content

Commit

Permalink
Merge pull request #221 from tonglil/typos
Browse files Browse the repository at this point in the history
Typo: unittesting -> unit testing
  • Loading branch information
aledbf authored Feb 25, 2017
2 parents 712b60f + 0278034 commit 8f23451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/gce/controller/cluster_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func NewClusterManager(
defaultHealthCheckPath string) (*ClusterManager, error) {

// TODO: Make this more resilient. Currently we create the cloud client
// and pass it through to all the pools. This makes unittesting easier.
// and pass it through to all the pools. This makes unit testing easier.
// However if the cloud client suddenly fails, we should try to re-create it
// and continue.
var cloud *gce.GCECloud
Expand Down

0 comments on commit 8f23451

Please sign in to comment.