diff options
Diffstat (limited to 'dist/IO/t/io_sel.t')
-rw-r--r-- | dist/IO/t/io_sel.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/IO/t/io_sel.t b/dist/IO/t/io_sel.t index 260ca439e7..eb4bb90d76 100644 --- a/dist/IO/t/io_sel.t +++ b/dist/IO/t/io_sel.t @@ -50,7 +50,7 @@ if ( grep $^O eq $_, qw(MSWin32 NetWare dos VMS riscos beos) ) { goto POST_SOCKET; } -@a = $sel->can_read(); # should return imediately +@a = $sel->can_read(); # should return immediately print "not " unless @a == 0; print "ok 10\n"; |