Ver código fonte

Merge pull request #21878 from TrumanLing/fix_typo

fix typo
Vincent Demeester 9 anos atrás
pai
commit
fb9523442d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      container/container.go

+ 1 - 1
container/container.go

@@ -905,7 +905,7 @@ func (container *Container) FullHostname() string {
 	return fullHostname
 	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 {
 func (container *Container) RestartManager(reset bool) restartmanager.RestartManager {
 	if reset {
 	if reset {
 		container.RestartCount = 0
 		container.RestartCount = 0