diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:14:45 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:19:58 +0100 |
commit | 93f09d7ba52fad6ba827274ee4fa13235edb2b44 (patch) | |
tree | d37f89d97bcd3531beefe5a174c8dcaf896a52c0 /t/op/taint.t | |
parent | f858446f8d2c74c0a4665f0be04b65fe90e1b08c (diff) | |
download | perl-93f09d7ba52fad6ba827274ee4fa13235edb2b44.tar.gz |
Fix typos (spelling errors) in t/*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81916]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81916 >
Diffstat (limited to 't/op/taint.t')
-rw-r--r-- | t/op/taint.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/taint.t b/t/op/taint.t index ee8e2aae49..99a6a59a98 100644 --- a/t/op/taint.t +++ b/t/op/taint.t @@ -1358,7 +1358,7 @@ foreach my $ord (78, 163, 256) { # when the args were tainted. This only occured on the first use of # sprintf; after that, its TARG has taint magic attached, so setmagic # at the end works. That's why there are multiple sprintf's below, rather -# than just one wrapped in an inner loop. Also, any plantext betwerrn +# than just one wrapped in an inner loop. Also, any plaintext between # fprmat entires would correctly cause tainting to get set. so test with # "%s%s" rather than eg "%s %s". |