Fix spelling nit.
Steve Peters [Wed, 11 Apr 2007 17:16:00 +0000 (17:16 +0000)]
p4raw-id: //depot/perl@30912

ext/POSIX/t/posix.t

index 40fee23..395daa0 100644 (file)
@@ -82,7 +82,7 @@ SKIP: {
        # finish the test.
        # For others (darwin & freebsd), let the test fail without crashing.
        my $todo = $^O eq 'netbsd' && $Config{osvers}=~/^1\.6/;
-       my $why_todo = "# TODO $^O $Config{osvers} seems to loose blocked signals";
+       my $why_todo = "# TODO $^O $Config{osvers} seems to lose blocked signals";
        if (!$todo) { 
          kill 'HUP', $$; 
        } else {