diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:14:14 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:55:50 +0100 |
commit | 47e01c32ac25271a1f3cf1535158ed9e873eeeac (patch) | |
tree | 49c68a314e002328c32f7c6bf5199cc782c442e9 /Porting/corecpan.pl | |
parent | 2391436bbf4354ce0b989d587889b6ac7ca73c82 (diff) | |
download | perl-47e01c32ac25271a1f3cf1535158ed9e873eeeac.tar.gz |
Fix typos (spelling errors) in Porting/*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81910]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81910 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'Porting/corecpan.pl')
-rwxr-xr-x | Porting/corecpan.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/corecpan.pl b/Porting/corecpan.pl index 0a6086c809..41778c1573 100755 --- a/Porting/corecpan.pl +++ b/Porting/corecpan.pl @@ -44,7 +44,7 @@ our $opt_h and usage; our $opt_t; my @sources = @ARGV ? @ARGV : '.'; -die "Too many directories speficied without -t option\n" +die "Too many directories specified without -t option\n" if @sources != 1 and ! $opt_t; @sources = map { |