From 8ab0bcfc7ce7d2b5699bf398ff541740c1471c23 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Thu, 29 Jan 2015 13:29:16 +0000 Subject: t/op/taint.t - Fix typo --- t/op/taint.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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". { -- cgit v1.2.1