From: Abigail Date: Fri, 24 May 2002 02:26:48 +0000 (-0700) Subject: Typos X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f401c7a3de48134acd5ea970479711343850bd6;p=p5sagit%2Fp5-mst-13.2.git Typos Message-ID: <20020524022648.A31684@ucan.foad.org> p4raw-id: //depot/perl@16762 --- diff --git a/ext/POSIX/t/posix.t b/ext/POSIX/t/posix.t index 86bc58f..9b1aa9d 100644 --- a/ext/POSIX/t/posix.t +++ b/ext/POSIX/t/posix.t @@ -71,7 +71,7 @@ SKIP: { kill 'HUP', $$; sleep 1; - printf "%s 10 - masked SIGNINT received %s\n", + printf "%s 10 - masked SIGINT received %s\n", $sigint_called ? "ok" : "not ok", $^O eq 'darwin' ? "# TODO Darwin seems to loose blocked signals" : '';