Merge pull request #34765 from ivan4th/fix-more-typos

Automatic merge from submit-queue

Fix typos
This commit is contained in:
Kubernetes Submit Queue
2016-10-19 00:21:11 -07:00
committed by GitHub
5 changed files with 8 additions and 8 deletions

View File

@@ -79,7 +79,7 @@ func TestReconcileLoadBalancerRemoveAllPortsRemovesFrontendConfig(t *testing.T)
t.Error("Expected the loadbalancer to need an update")
}
// ensure we abandonded the frontend ip configuration
// ensure we abandoned the frontend ip configuration
if len(*lb.Properties.FrontendIPConfigurations) != 0 {
t.Error("Expected the loadbalancer to have no frontend ip configuration")
}