diff --git a/test/e2e/scheduling/taints.go b/test/e2e/scheduling/taints.go index 579b8ed3bc8..edf5a178187 100644 --- a/test/e2e/scheduling/taints.go +++ b/test/e2e/scheduling/taints.go @@ -45,7 +45,7 @@ func getTestTaint() v1.Taint { } } -// Create a defaut pod for this test, with argument saying if the Pod should have +// Create a default pod for this test, with argument saying if the Pod should have // toleration for Taits used in this test. func createPodForTaintsTest(hasToleration bool, tolerationSeconds int, podName, podLabel, ns string) *v1.Pod { grace := int64(1)