From fdb861ed8603e6d858d88ee4505523658cd23d46 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Wed, 15 Feb 2017 12:24:38 -0800 Subject: [PATCH] fix typos --- test/e2e/ingress.go | 2 +- test/e2e/ingress_utils.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/ingress.go b/test/e2e/ingress.go index 798d684e5b8..ce391574516 100644 --- a/test/e2e/ingress.go +++ b/test/e2e/ingress.go @@ -125,7 +125,7 @@ var _ = framework.KubeDescribe("Loadbalancing: L7", func() { } }) - It("shoud create ingress with given static-ip", func() { + It("should create ingress with given static-ip", func() { // ip released when the rest of lb resources are deleted in cleanupGCE ip := gceController.createStaticIP(ns) By(fmt.Sprintf("allocated static ip %v: %v through the GCE cloud provider", ns, ip)) diff --git a/test/e2e/ingress_utils.go b/test/e2e/ingress_utils.go index f2bf1377dea..74a72d9cde6 100644 --- a/test/e2e/ingress_utils.go +++ b/test/e2e/ingress_utils.go @@ -682,7 +682,7 @@ func (cont *GCEIngressController) createStaticIP(name string) string { return ip.Address } -// deleteStaticIPs delets all static-ips allocated through calls to +// deleteStaticIPs deletes all static-ips allocated through calls to // createStaticIP. func (cont *GCEIngressController) deleteStaticIPs() error { if cont.staticIPName != "" {