Merge pull request #21878 from TrumanLing/fix_typo

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

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