This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/taint.t - Fix typo
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 29 Jan 2015 13:29:16 +0000 (13:29 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 29 Jan 2015 13:29:16 +0000 (13:29 +0000)
t/op/taint.t

index ca3261f..de30a9b 100644 (file)
@@ -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".
 
 {