mirror of
https://github.com/containers/podman.git
synced 2025-09-27 08:43:52 +08:00
Add codespell to validate spelling mistakes in code.
Fix all errors found by codespell Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -40,7 +40,7 @@ var _ = Describe("Podman commit", func() {
|
||||
// run the container to be committed
|
||||
_ = endpointTest.startTopContainer("top")
|
||||
result := endpointTest.Varlink("Commit", string(b), false)
|
||||
// This indicates an error occured
|
||||
// This indicates an error occurred
|
||||
Expect(len(result.StdErrToString())).To(BeNumerically(">", 0))
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user