mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08:00
Run codespell on code
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@@ -714,7 +714,7 @@ var _ = Describe("Podman containers ", func() {
|
||||
var name = "top"
|
||||
cid, err := bt.RunTopContainer(&name, nil)
|
||||
Expect(err).To(BeNil())
|
||||
// Forcably Removing running container should succeed
|
||||
// Forcibly Removing running container should succeed
|
||||
rmResponse, err := containers.Remove(bt.conn, cid, new(containers.RemoveOptions).WithForce(true))
|
||||
Expect(err).To(BeNil())
|
||||
Expect(len(reports.RmReportsErrs(rmResponse))).To(Equal(0))
|
||||
|
||||
Reference in New Issue
Block a user