fix typo in comment

pull/11604/head
Steven Powell 2021-06-07 19:43:05 -07:00
parent 693cd7c6da
commit 44d0312a8a
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ func TestErrorSpam(t *testing.T) {
t.Fatalf("failed to close log file: %v", err)
}
// run commmand again
// run command again
rr, err := Run(t, exec.CommandContext(ctx, Target(), args...))
if err != nil {
t.Errorf("%q failed: %v", rr.Command(), err)