From e1c845df506e5b7e2bd39f443db2a13862ddf825 Mon Sep 17 00:00:00 2001 From: Ma Xinjian Date: Mon, 24 May 2021 11:49:55 +0800 Subject: [PATCH] Fix small typo Signed-off-by: Ma Xinjian --- integration/client/container_linux_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/client/container_linux_test.go b/integration/client/container_linux_test.go index e18381b04..c7adf71ec 100644 --- a/integration/client/container_linux_test.go +++ b/integration/client/container_linux_test.go @@ -551,7 +551,7 @@ func TestDaemonReconnectsToShimIOPipesOnRestart(t *testing.T) { t.Fatalf("containerd did not start within 2s: %v", err) } - // After we restared containerd we write some messages to the log pipes, simulating shim writing stuff there. + // After we restarted containerd we write some messages to the log pipes, simulating shim writing stuff there. // Then we make sure that these messages are available on the containerd log thus proving that the server reconnected to the log pipes runtimeVersion := getRuntimeVersion() logDirPath := getLogDirPath(runtimeVersion, id)