typo fix, reported by Joaquin Ferrero (RT#113616)
authorJesse Luehrs <doy@tozt.net>
Sun, 17 Jun 2012 16:26:39 +0000 (11:26 -0500)
committerJesse Luehrs <doy@tozt.net>
Sun, 17 Jun 2012 16:26:39 +0000 (11:26 -0500)
pod/perllocale.pod

index 90543ef..7ecff02 100644 (file)
@@ -915,7 +915,7 @@ when taint checks are enabled.
         $tainted_output_file = shift;
 
         open(F, ">$tainted_output_file")
-            or warn "Open of $untainted_output_file failed: $!\n";
+            or warn "Open of $tainted_output_file failed: $!\n";
 
 The program can be made to run by "laundering" the tainted value through
 a regular expression: the second example--which still ignores locale