diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-01-29 13:29:16 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-01-29 13:29:16 +0000 |
commit | 8ab0bcfc7ce7d2b5699bf398ff541740c1471c23 (patch) | |
tree | 0a4781476d54b0f9dbd7542aa461a3c30916bde1 | |
parent | 6b12f8a9d54e6f2263e24714393fecb3497bfe61 (diff) | |
download | perl-8ab0bcfc7ce7d2b5699bf398ff541740c1471c23.tar.gz |
t/op/taint.t - Fix typo
-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 ca3261fb96..de30a9ba91 100644 --- a/t/op/taint.t +++ b/t/op/taint.t @@ -2086,7 +2086,7 @@ foreach my $ord (78, 163, 256) { # 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 plaintext between -# fprmat entries would correctly cause tainting to get set. so test with +# format entries would correctly cause tainting to get set. so test with # "%s%s" rather than eg "%s %s". { |