From: Steve Peters <steve@fisharerojo.org>
Date: Wed, 11 Apr 2007 17:16:00 +0000 (+0000)
Subject: Fix spelling nit.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e6b15316e591e84ea88b426914b9d56a4d045112;p=p5sagit%2Fp5-mst-13.2.git

Fix spelling nit.

p4raw-id: //depot/perl@30912
---

diff --git a/ext/POSIX/t/posix.t b/ext/POSIX/t/posix.t
index 40fee23..395daa0 100644
--- a/ext/POSIX/t/posix.t
+++ b/ext/POSIX/t/posix.t
@@ -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 {