mirror of
https://github.com/containers/podman.git
synced 2025-06-27 05:26:50 +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:
@ -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"})
|
||||
|
Reference in New Issue
Block a user