Skip to content

Commit e1c845d

Browse files
committed
Fix small typo
Signed-off-by: Ma Xinjian <[email protected]>
1 parent a0efc54 commit e1c845d

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)