From 49d42128fd8594c172162961ead19ac95e247d24 Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Wed, 12 Jul 2023 22:26:57 +0930 Subject: all: fix typos and remove repeated words Change-Id: I5f06a4ef1d827eb0fe32a8d98444142108b0d573 Reviewed-on: https://go-review.googlesource.com/c/go/+/508996 Run-TryBot: Ian Lance Taylor Auto-Submit: Keith Randall TryBot-Result: Gopher Robot Run-TryBot: Keith Randall Reviewed-by: Keith Randall Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor Reviewed-by: Keith Randall --- src/internal/testenv/exec.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/internal/testenv/exec.go') diff --git a/src/internal/testenv/exec.go b/src/internal/testenv/exec.go index c67ff53a72..50d3b0dc73 100644 --- a/src/internal/testenv/exec.go +++ b/src/internal/testenv/exec.go @@ -163,8 +163,8 @@ func CommandContext(t testing.TB, ctx context.Context, name string, args ...stri // grace periods to clean up: one for the delay between the first // termination signal being sent (via the Cancel callback when the Context // expires) and the process being forcibly terminated (via the WaitDelay - // field), and a second one for the delay becween the process being - // terminated and and the test logging its output for debugging. + // field), and a second one for the delay between the process being + // terminated and the test logging its output for debugging. // // (We want to ensure that the test process itself has enough time to // log the output before it is also terminated.) -- cgit v1.3