]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by ali: Fix a typo
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 21 Aug 2007 06:23:07 +0000 (06:23 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 21 Aug 2007 06:23:07 +0000 (06:23 +0000)
doc/bugs/prune_causing_taint_mode_failures.mdwn

index bbbdb1633941a8f717c77332ce3b6a31ad03c6e4..fdaeb87c6864eb84b0c45a724add49d2f4e823df 100644 (file)
@@ -9,7 +9,7 @@ BEGIN failed--compilation aborted at (eval 5) line 130.
 I've no idea what's happening (hey, I'm a C programmer), but I've hacked prune() to workaround this as follows:
 
 <pre>
 I've no idea what's happening (hey, I'm a C programmer), but I've hacked prune() to workaround this as follows:
 
 <pre>
-use Scalar::Util qw(t>inted);
+use Scalar::Util qw(tainted);
 
 sub prune ($) { #{{{
         my $file=shift;
 
 sub prune ($) { #{{{
         my $file=shift;