From 00fcce9a58e57d056268efc7adbe47fdb46ee24a Mon Sep 17 00:00:00 2001 From: calmkart <494296669@qq.com> Date: Wed, 11 Sep 2019 16:46:25 +0800 Subject: [PATCH] MOD:fix spelling errors --- test/e2e/storage/vsphere/vsphere_volume_node_poweroff.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/storage/vsphere/vsphere_volume_node_poweroff.go b/test/e2e/storage/vsphere/vsphere_volume_node_poweroff.go index 30d7c1beea8..9632f97d6f4 100644 --- a/test/e2e/storage/vsphere/vsphere_volume_node_poweroff.go +++ b/test/e2e/storage/vsphere/vsphere_volume_node_poweroff.go @@ -99,9 +99,9 @@ var _ = utils.SIGDescribe("Node Poweroff [Feature:vsphere] [Slow] [Disruptive]", framework.ExpectNoError(err, fmt.Sprintf("Failed to create Deployment with err: %v", err)) defer client.AppsV1().Deployments(namespace).Delete(deployment.Name, &metav1.DeleteOptions{}) - ginkgo.By("Get pod from the deployement") + ginkgo.By("Get pod from the deployment") podList, err := e2edeploy.GetPodsForDeployment(client, deployment) - framework.ExpectNoError(err, fmt.Sprintf("Failed to get pod from the deployement with err: %v", err)) + framework.ExpectNoError(err, fmt.Sprintf("Failed to get pod from the deployment with err: %v", err)) gomega.Expect(podList.Items).NotTo(gomega.BeEmpty()) pod := podList.Items[0] node1 := pod.Spec.NodeName