Skip to content

Commit 531908c

Browse files
authored
Merge pull request #5528 from MaXinjian/0524
Fix small typo
2 parents a0efc54 + e1c845d commit 531908c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration/client/container_linux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ func TestDaemonReconnectsToShimIOPipesOnRestart(t *testing.T) {
551551
t.Fatalf("containerd did not start within 2s: %v", err)
552552
}
553553

554-
// After we restared containerd we write some messages to the log pipes, simulating shim writing stuff there.
554+
// After we restarted containerd we write some messages to the log pipes, simulating shim writing stuff there.
555555
// Then we make sure that these messages are available on the containerd log thus proving that the server reconnected to the log pipes
556556
runtimeVersion := getRuntimeVersion()
557557
logDirPath := getLogDirPath(runtimeVersion, id)

0 commit comments

Comments
 (0)