Browse code

fix typo

Signed-off-by: Yuhao Fang <fangyuhao@gmail.com>

Yuhao Fang authored on 2017/10/02 00:11:58
Showing 1 changed files
... ...
@@ -226,7 +226,7 @@ func (d *Driver) startServiceVMIfNotRunning(id string, mvdToAdd []hcsshim.Mapped
226 226
 		// VM is in the process of terminating. Wait until it's done and and then try again
227 227
 		logrus.Debugf("%s: VM with current ID still in the process of terminating: %s", title, id)
228 228
 		if err := svm.getStopError(); err != nil {
229
-			logrus.Debugf("%s: VM %s did not stop succesfully: %s", title, id, err)
229
+			logrus.Debugf("%s: VM %s did not stop successfully: %s", title, id, err)
230 230
 			return nil, err
231 231
 		}
232 232
 		return d.startServiceVMIfNotRunning(id, mvdToAdd, context)