Skip to content

Commit 25aa45a

Browse files
testwillgopherbot
authored andcommitted
os: fix typo in test
Change-Id: Ib445940f0f24385dde1b62277c8083e6369d0645 GitHub-Last-Rev: 02c18c2 GitHub-Pull-Request: #66503 Reviewed-on: https://go-review.googlesource.com/c/go/+/574016 Reviewed-by: David Chase <[email protected]> Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Run-TryBot: Emmanuel Odeke <[email protected]> Reviewed-by: Emmanuel Odeke <[email protected]> Auto-Submit: Emmanuel Odeke <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Rob Pike <[email protected]>
1 parent 2c150f4 commit 25aa45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/readfrom_linux_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ func testSpliceToTTY(t *testing.T, proto string, size int64) {
424424
// to recreate the problem in the issue (#59041).
425425
ttyFD, err := syscall.Open(ttyName, syscall.O_RDWR, 0)
426426
if err != nil {
427-
t.Skipf("skipping test becaused failed to open tty: %v", err)
427+
t.Skipf("skipping test because failed to open tty: %v", err)
428428
}
429429
defer syscall.Close(ttyFD)
430430

0 commit comments

Comments
 (0)