diff --git a/test/e2e/framework/network/utils.go b/test/e2e/framework/network/utils.go index 5fd9f4288ac..d51fefcf138 100644 --- a/test/e2e/framework/network/utils.go +++ b/test/e2e/framework/network/utils.go @@ -155,7 +155,7 @@ func getServiceSelector() map[string]string { // NetworkingTestConfig is a convenience class around some utility methods // for testing kubeproxy/networking/services/endpoints. type NetworkingTestConfig struct { - // TestContaienrPod is a test pod running the netexec image. It is capable + // TestContainerPod is a test pod running the netexec image. It is capable // of executing tcp/udp requests against ip:port. TestContainerPod *v1.Pod // HostTestContainerPod is a pod running using the hostexec image.