From 0278034bcf18bfd103f9a278688791d2d948f087 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Thu, 26 Jan 2017 15:17:12 -0500 Subject: [PATCH] unittesting -> unit testing --- controllers/gce/controller/cluster_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/gce/controller/cluster_manager.go b/controllers/gce/controller/cluster_manager.go index c16ddb709..993644413 100644 --- a/controllers/gce/controller/cluster_manager.go +++ b/controllers/gce/controller/cluster_manager.go @@ -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