diff options
author | Erik Sjölund <erik.sjolund@gmail.com> | 2022-07-11 21:59:32 +0200 |
---|---|---|
committer | Erik Sjölund <erik.sjolund@gmail.com> | 2022-07-11 21:59:32 +0200 |
commit | 377057b4005a1cad035240a5557368cb2e6232f8 (patch) | |
tree | fff83c9c7570b70fe8300cf3bcbe2ca29a6e5a16 /test/e2e/stop_test.go | |
parent | 810cbf1fb9411f75868b82c1071937374e9d57e4 (diff) | |
download | podman-377057b4005a1cad035240a5557368cb2e6232f8.tar.gz podman-377057b4005a1cad035240a5557368cb2e6232f8.tar.bz2 podman-377057b4005a1cad035240a5557368cb2e6232f8.zip |
[CI:DOCS] Improve language. Fix spelling and typos.
* Correct spelling and typos.
* Improve language.
Co-authored-by: Ed Santiago <santiago@redhat.com>
Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
Diffstat (limited to 'test/e2e/stop_test.go')
-rw-r--r-- | test/e2e/stop_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/stop_test.go b/test/e2e/stop_test.go index 8864ba5fd..97d8ba701 100644 --- a/test/e2e/stop_test.go +++ b/test/e2e/stop_test.go @@ -247,7 +247,7 @@ var _ = Describe("Podman stop", func() { It("podman stop should return silent success on stopping configured containers", func() { // following container is not created on OCI runtime - // so we return success and assume that is is stopped + // so we return success and assume that it is stopped session2 := podmanTest.Podman([]string{"create", "--name", "stopctr", ALPINE, "/bin/sh"}) session2.WaitWithDefaultTimeout() Expect(session2).Should(Exit(0)) |