Fixed several spelling mistakes

This commit is contained in:
Niekvdplas
2021-03-30 15:28:23 +02:00
parent 6572fe4d90
commit fec272a7b2
26 changed files with 27 additions and 27 deletions

View File

@@ -597,7 +597,7 @@ func verifyEvictionOrdering(f *framework.Framework, testSpecs []podEvictSpec) er
framework.Logf("fetching pod %s; phase= %v", p.Name, p.Status.Phase)
}
ginkgo.By("checking eviction ordering and ensuring important pods dont fail")
ginkgo.By("checking eviction ordering and ensuring important pods don't fail")
done := true
for _, priorityPodSpec := range testSpecs {
var priorityPod v1.Pod