Browse Source

fix typo

Signed-off-by: Yuhao Fang <fangyuhao@gmail.com>
Yuhao Fang 7 years ago
parent
commit
c673319dea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      daemon/graphdriver/lcow/lcow.go

+ 1 - 1
daemon/graphdriver/lcow/lcow.go

@@ -226,7 +226,7 @@ func (d *Driver) startServiceVMIfNotRunning(id string, mvdToAdd []hcsshim.Mapped
 		// VM is in the process of terminating. Wait until it's done and and then try again
 		// VM is in the process of terminating. Wait until it's done and and then try again
 		logrus.Debugf("%s: VM with current ID still in the process of terminating: %s", title, id)
 		logrus.Debugf("%s: VM with current ID still in the process of terminating: %s", title, id)
 		if err := svm.getStopError(); err != nil {
 		if err := svm.getStopError(); err != nil {
-			logrus.Debugf("%s: VM %s did not stop succesfully: %s", title, id, err)
+			logrus.Debugf("%s: VM %s did not stop successfully: %s", title, id, err)
 			return nil, err
 			return nil, err
 		}
 		}
 		return d.startServiceVMIfNotRunning(id, mvdToAdd, context)
 		return d.startServiceVMIfNotRunning(id, mvdToAdd, context)