Explorar o código

Merge pull request #12431 from YanFeng-Adam/typo

Fix a typo in docker/daemon/state.go
Brian Goff %!s(int64=10) %!d(string=hai) anos
pai
achega
17ef617c77
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      daemon/state.go

+ 1 - 1
daemon/state.go

@@ -183,7 +183,7 @@ func (s *State) setStopped(exitStatus *execdriver.ExitStatus) {
 	s.waitChan = make(chan struct{})
 }
 
-// SetRestarting is when docker hanldes the auto restart of containers when they are
+// SetRestarting is when docker handles the auto restart of containers when they are
 // in the middle of a stop and being restarted again
 func (s *State) SetRestarting(exitStatus *execdriver.ExitStatus) {
 	s.Lock()