Browse code

Fix a typo in docker/daemon/state.go

Signed-off-by: Yan Feng <yanfeng2@huawei.com>

Yan Feng authored on 2015/04/16 23:56:15
Showing 1 changed files
... ...
@@ -183,7 +183,7 @@ func (s *State) setStopped(exitStatus *execdriver.ExitStatus) {
183 183
 	s.waitChan = make(chan struct{})
184 184
 }
185 185
 
186
-// SetRestarting is when docker hanldes the auto restart of containers when they are
186
+// SetRestarting is when docker handles the auto restart of containers when they are
187 187
 // in the middle of a stop and being restarted again
188 188
 func (s *State) SetRestarting(exitStatus *execdriver.ExitStatus) {
189 189
 	s.Lock()