diff --git a/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go b/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go index 3dc339e253b..75896bbb17e 100644 --- a/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go +++ b/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go @@ -914,7 +914,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": {