Commit b5831357 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #45305 from jwforres/fix-error-msg-spelling

Automatic merge from submit-queue (batch tested with PRs 43006, 45305, 45390, 45412, 45392) Fix spelling in container manager error message
parents 069a25f3 bd64b3b1
......@@ -366,7 +366,7 @@ func (cm *containerManagerImpl) setupNode(activePods ActivePodsFunc) error {
}
err = cm.qosContainerManager.Start(cm.getNodeAllocatableAbsolute, activePods)
if err != nil {
return fmt.Errorf("failed to initialise top level QOS containers: %v", err)
return fmt.Errorf("failed to initialize top level QOS containers: %v", err)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment