diff --git a/pkg/pod/pod_test.go b/pkg/pod/pod_test.go index b45bbc29df3..8d8b1e0fadb 100644 --- a/pkg/pod/pod_test.go +++ b/pkg/pod/pod_test.go @@ -1212,7 +1212,7 @@ func TestShouldAddReadyAnnotationonPodCreate(t *testing.T) { t.Run(tc.description, func(t *testing.T) { kubclient := fakek8s.NewSimpleClientset(tc.configMap) if result := shouldAddReadyAnnotationOnPodCreate(tc.sidecars, kubclient); result != tc.expected { - t.Errorf("expected: %t Recieved: %t", tc.expected, result) + t.Errorf("expected: %t Received: %t", tc.expected, result) } }) }