Fix spelling in container manager error message

This commit is contained in:
Jessica Forrester 2017-05-03 16:08:16 -04:00
parent fcd9b7f7ba
commit bd64b3b15c
No known key found for this signature in database
GPG Key ID: AB80709C04EA70E5

View File

@ -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)
}
}