diff options
author | Abigail <abigail@abigail.be> | 2002-05-23 19:26:48 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-24 12:01:18 +0000 |
commit | 5f401c7a3de48134acd5ea970479711343850bd6 (patch) | |
tree | 0baa170c0720a8406922f8896c1baa15f98f959c /ext/POSIX | |
parent | 1bfb14c4b8e2fdc2db05afcae1e2a6aee6eb3290 (diff) | |
download | perl-5f401c7a3de48134acd5ea970479711343850bd6.tar.gz |
Typos
Message-ID: <20020524022648.A31684@ucan.foad.org>
p4raw-id: //depot/perl@16762
Diffstat (limited to 'ext/POSIX')
-rw-r--r-- | ext/POSIX/t/posix.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/t/posix.t b/ext/POSIX/t/posix.t index 86bc58fbc5..9b1aa9d3ae 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" : ''; |