Signed-off-by: Yan Feng <yanfeng2@huawei.com>
| ... | ... |
@@ -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() |