Fixes test case failure introduced by #12071, the warning is
authorArtur Bergman <sky@nanisky.com>
Tue, 18 Sep 2001 18:49:03 +0000 (18:49 +0000)
committerArtur Bergman <sky@nanisky.com>
Tue, 18 Sep 2001 18:49:03 +0000 (18:49 +0000)
       now correctly spelled :-)

p4raw-id: //depot/perl@12074

ext/IO/lib/IO/t/io_sel.t

index 84660db..1426b76 100755 (executable)
@@ -118,7 +118,7 @@ print "ok 21\n";
 # check warnings
 $SIG{__WARN__} = sub { 
     ++ $w 
-      if $_[0] =~ /^Call to depreciated method 'has_error', use 'has_exception'/ 
+      if $_[0] =~ /^Call to deprecated method 'has_error', use 'has_exception'/ 
     } ;
 $w = 0 ;
 IO::Select::has_error();