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:
Daniel J Walsh
2020-01-08 09:06:52 -05:00
parent 0e9c208d3f
commit 4093b2c011
33 changed files with 45 additions and 42 deletions

View File

@ -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))
})