Merge pull request #221 from tonglil/typos

Typo: unittesting -> unit testing
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-02-25 08:12:53 -03:00 committed by GitHub
commit 8f23451c24

View file

@ -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