From 271ae45901fb1b77eab0555c8c1b4c19c025d68e Mon Sep 17 00:00:00 2001 From: Di Xu Date: Fri, 23 Feb 2018 09:27:58 +0800 Subject: [PATCH] fix new typos when rebasing --- pkg/cloudprovider/providers/azure/azure_routes_test.go | 2 +- pkg/kubelet/apis/deviceplugin/v1beta1/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cloudprovider/providers/azure/azure_routes_test.go b/pkg/cloudprovider/providers/azure/azure_routes_test.go index 0da8a1a15db..e4906b2d9c8 100644 --- a/pkg/cloudprovider/providers/azure/azure_routes_test.go +++ b/pkg/cloudprovider/providers/azure/azure_routes_test.go @@ -122,7 +122,7 @@ func TestCreateRoute(t *testing.T) { t.Errorf("Expected next hop: %v, saw %v", network.RouteNextHopTypeVirtualAppliance, routeInfo.NextHopType) } if *routeInfo.NextHopIPAddress != nodeIP { - t.Errorf("Expected IP addres: %s, saw %s", nodeIP, *routeInfo.NextHopIPAddress) + t.Errorf("Expected IP address: %s, saw %s", nodeIP, *routeInfo.NextHopIPAddress) } } diff --git a/pkg/kubelet/apis/deviceplugin/v1beta1/constants.go b/pkg/kubelet/apis/deviceplugin/v1beta1/constants.go index d2f8e211628..13c9bdd1013 100644 --- a/pkg/kubelet/apis/deviceplugin/v1beta1/constants.go +++ b/pkg/kubelet/apis/deviceplugin/v1beta1/constants.go @@ -19,7 +19,7 @@ package v1beta1 const ( // Healthy means that the device is healty Healthy = "Healthy" - // UnHealthy means that the device is unhealty + // UnHealthy means that the device is unhealthy Unhealthy = "Unhealthy" // Current version of the API supported by kubelet