未验证 提交 fd15e50d 编写于 作者: N Nick Kubala

Fix typo (cointainer -> container)

上级 5ce9d99d
......@@ -607,7 +607,7 @@ func ShutDown(ociBin string, name string) error {
klog.Infof("temporary error verifying shutdown: %v", err)
}
klog.Infof("temporary error: container %s status is %s but expect it to be exited", name, st)
return errors.Wrap(err, "couldn't verify cointainer is exited. %v")
return errors.Wrap(err, "couldn't verify container is exited. %v")
}
if err := retry.Expo(stopped, time.Millisecond*500, time.Second*20); err != nil {
return errors.Wrap(err, "verify shutdown")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册