Skip to content

Commit 02c18c2

Browse files
committed
os: fix typo in test
Signed-off-by: guoguangwu <[email protected]>
1 parent a6ecdf2 commit 02c18c2

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)