diff --git a/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go b/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go index 8a9f1646fc8..0747ea91e0a 100644 --- a/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go +++ b/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go @@ -939,7 +939,7 @@ func TestComputePodActions(t *testing.T) { actions podActions resetStatusFn func(*kubecontainer.PodStatus) }{ - "everying is good; do nothing": { + "everything is good; do nothing": { actions: noAction, }, "start pod sandbox and all containers for a new pod": {