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

@ -205,7 +205,7 @@ var _ = Describe("Podman mount", func() {
Expect(lmount.OutputToString()).To(Equal(""))
})
It("podman list mulitple mounted containers", func() {
It("podman list multiple mounted containers", func() {
SkipIfRootless()
setup := podmanTest.Podman([]string{"create", ALPINE, "ls"})