From ad8a01f945e2ba0d40b5b00f6042a5de9180666f Mon Sep 17 00:00:00 2001 From: HowJMay Date: Sat, 25 Jan 2020 16:03:18 +0800 Subject: [PATCH] fix: Fix typo Fix typo in comment --- test/e2e/framework/framework.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/framework/framework.go b/test/e2e/framework/framework.go index 7c43adaa4..8b63b81a0 100644 --- a/test/e2e/framework/framework.go +++ b/test/e2e/framework/framework.go @@ -161,7 +161,7 @@ func (f *Framework) GetNginxIP() string { return s.Spec.ClusterIP } -// GetNginxPodIP returns the IP addres/es of the running pods +// GetNginxPodIP returns the IP addresses of the running pods func (f *Framework) GetNginxPodIP() []string { e, err := f.KubeClientSet. CoreV1().