Browse code

Merge pull request #35052 from x1957/typo

fix typo

Doug Davis authored on 2017/10/02 04:31:11
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)