Skip to content

Commit d293c50

Browse files
committed
Fix spelling
Signed-off-by: Laura Lorenz <[email protected]>
1 parent 1da8ca8 commit d293c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/e2e_node/image_pull_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ var _ = SIGDescribe("Pull Image", feature.CriProxy, framework.WithSerial(), func
259259

260260
// Wait for ~60s worth of backoffs to occur so we can confirm the backoff growth.
261261
podErr = e2epod.WaitForPodContainerStarted(ctx, f.ClientSet, f.Namespace.Name, pod.Name, 0, 1*time.Minute)
262-
gomega.Expect(podErr).To(gomega.HaveOccurred(), "Expected container not to start from repeadedly backing off image pulls")
262+
gomega.Expect(podErr).To(gomega.HaveOccurred(), "Expected container not to start from repeatedly backing off image pulls")
263263

264264
e, err := getImagePullAttempts(ctx, f, pod.Name)
265265
framework.ExpectNoError(err)

0 commit comments

Comments
 (0)