Commit 271ae459 authored by Di Xu's avatar Di Xu

fix new typos when rebasing

parent 16a807aa
...@@ -122,7 +122,7 @@ func TestCreateRoute(t *testing.T) { ...@@ -122,7 +122,7 @@ func TestCreateRoute(t *testing.T) {
t.Errorf("Expected next hop: %v, saw %v", network.RouteNextHopTypeVirtualAppliance, routeInfo.NextHopType) t.Errorf("Expected next hop: %v, saw %v", network.RouteNextHopTypeVirtualAppliance, routeInfo.NextHopType)
} }
if *routeInfo.NextHopIPAddress != nodeIP { 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)
} }
} }
......
...@@ -19,7 +19,7 @@ package v1beta1 ...@@ -19,7 +19,7 @@ package v1beta1
const ( const (
// Healthy means that the device is healty // Healthy means that the device is healty
Healthy = "Healthy" Healthy = "Healthy"
// UnHealthy means that the device is unhealty // UnHealthy means that the device is unhealthy
Unhealthy = "Unhealthy" Unhealthy = "Unhealthy"
// Current version of the API supported by kubelet // Current version of the API supported by kubelet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment