Fix spelling in container manager error message

parent fcd9b7f7
...@@ -366,7 +366,7 @@ func (cm *containerManagerImpl) setupNode(activePods ActivePodsFunc) error { ...@@ -366,7 +366,7 @@ func (cm *containerManagerImpl) setupNode(activePods ActivePodsFunc) error {
} }
err = cm.qosContainerManager.Start(cm.getNodeAllocatableAbsolute, activePods) err = cm.qosContainerManager.Start(cm.getNodeAllocatableAbsolute, activePods)
if err != nil { 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