Merge pull request #35052 from x1957/typo

fix typo
Upstream-commit: 1e94a4862ee2d92976c26ff741585d090169ed42
Component: engine
This commit is contained in:
Doug Davis
2017-10-01 15:31:11 -04:00
committed by GitHub
@@ -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
logrus.Debugf("%s: VM with current ID still in the process of terminating: %s", title, id)
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 d.startServiceVMIfNotRunning(id, mvdToAdd, context)