From 377057b4005a1cad035240a5557368cb2e6232f8 Mon Sep 17 00:00:00 2001 From: Erik Sjölund Date: Mon, 11 Jul 2022 21:59:32 +0200 Subject: [CI:DOCS] Improve language. Fix spelling and typos. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Correct spelling and typos. * Improve language. Co-authored-by: Ed Santiago Signed-off-by: Erik Sjölund --- test/e2e/stop_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/e2e') 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)) -- cgit v1.2.3-54-g00ecf