Merge pull request #21878 from TrumanLing/fix_typo

fix typo
Upstream-commit: fb9523442da7da497ee29db63d0ae2591c0cfa1a
Component: engine
This commit is contained in:
Vincent Demeester
2016-04-08 11:19:52 +02:00

View File

@ -905,7 +905,7 @@ func (container *Container) FullHostname() string {
return fullHostname
}
// RestartManager returns the current restartmanager instace connected to container.
// RestartManager returns the current restartmanager instance connected to container.
func (container *Container) RestartManager(reset bool) restartmanager.RestartManager {
if reset {
container.RestartCount = 0