Skip to content

Commit

Permalink
Merge pull request #9462 from nkubala/cointainer
Browse files Browse the repository at this point in the history
Fix typo (cointainer -> container)
  • Loading branch information
priyawadhwa authored Oct 13, 2020
2 parents 5ce9d99 + fd15e50 commit a03b01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/kic/oci/oci.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a03b01f

Please sign in to comment.