Skip to content

Commit 2179ca2

Browse files
committed
Typo fix in e2e test description message: defaut->default
1 parent 465f7eb commit 2179ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/scheduling/taints.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func getTestTaint() v1.Taint {
4545
}
4646
}
4747

48-
// Create a defaut pod for this test, with argument saying if the Pod should have
48+
// Create a default pod for this test, with argument saying if the Pod should have
4949
// toleration for Taits used in this test.
5050
func createPodForTaintsTest(hasToleration bool, tolerationSeconds int, podName, podLabel, ns string) *v1.Pod {
5151
grace := int64(1)

0 commit comments

Comments
 (0)