From: Nicholas Clark Date: Thu, 15 May 2008 12:01:42 +0000 (+0000) Subject: Fix my typo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=61699fd9cff97058aa916fa11f87bf31bdcef194;p=p5sagit%2Fp5-mst-13.2.git Fix my typo. p4raw-id: //depot/perl@33829 --- diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index 6b818a8..3906efe 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -178,7 +178,7 @@ my $testpkgs = { POSIX => { dflt => 'constant', # all but 252/589 skip => [qw/ _POSIX_JOB_CONTROL /, # platform varying - # Might be XS or imported from Fctnl, depending on your + # Might be XS or imported from Fcntl, depending on your # perl version: qw / S_ISBLK S_ISCHR S_ISDIR S_ISFIFO S_ISREG /], perl => [qw/ import croak AUTOLOAD /],