various corrections in test/e2e package

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2022-09-16 16:58:13 +05:30
parent 0f582f7c3f
commit 9e9fc2be88
43 changed files with 65 additions and 65 deletions

View File

@@ -788,7 +788,7 @@ func (cont *IngressController) 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 *IngressController) deleteStaticIPs() error {
if cont.staticIPName != "" {