summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2012-10-30 19:25:39 -0400
committerJames E Keenan <jkeenan@cpan.org>2012-10-30 19:25:39 -0400
commit8bdd21ca8ae429643ac70acd9df1eb8d513e38bc (patch)
tree5279292f9475671d105042e1e60f0871a1734aee /t/TEST
parent360484937816649e28ccea4a7f63b878393922f2 (diff)
downloadperl-8bdd21ca8ae429643ac70acd9df1eb8d513e38bc.tar.gz
Three spelling corrections.
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/TEST b/t/TEST
index b2df1fee13..9e40b17931 100755
--- a/t/TEST
+++ b/t/TEST
@@ -2,7 +2,7 @@
# This is written in a peculiar style, since we're trying to avoid
# most of the constructs we'll be testing for. (This comment is
-# probably obsolete on the avoidance side, though still currrent
+# probably obsolete on the avoidance side, though still current
# on the peculiarity side.)
# t/TEST and t/harness need to share code. The logical way to do this would be
@@ -24,7 +24,7 @@ my %dir_to_switch =
);
# "not absolute" is the the default, as it saves some fakery within TestInit
-# which can peturb tests, and takes CPU. Working with the upstream author of
+# which can perturb tests, and takes CPU. Working with the upstream author of
# any of these, to figure out how to remove them from this list, considered
# "a good thing".
my %abs = (
@@ -548,7 +548,7 @@ EOT
# in BEGIN/END blocks (giving better visibility of self vs
# children of each testprog), but that would require some
# IPC to send results back here, or a completely different
- # collection scheme (Storable isnt tuned for incremental use)
+ # collection scheme (Storable isn't tuned for incremental use)
@starttimes = times;
}
if ($test =~ /^$/) {