From 2179ca23c84da93e38ebae10990b60484c5d72c0 Mon Sep 17 00:00:00 2001 From: liucimin Date: Tue, 5 Mar 2019 15:56:05 +0800 Subject: [PATCH] Typo fix in e2e test description message: defaut->default --- test/e2e/scheduling/taints.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/scheduling/taints.go b/test/e2e/scheduling/taints.go index 579b8ed3bc..edf5a17818 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)