Change 29331 by [EMAIL PROTECTED] on 2006/11/20 22:53:39 Correct typo in test description.
Affected files ... ... //depot/perl/t/op/pat.t#265 edit Differences ... ==== //depot/perl/t/op/pat.t#265 (xtext) ==== Index: perl/t/op/pat.t --- perl/t/op/pat.t#264~29324~ 2006-11-20 05:36:10.000000000 -0800 +++ perl/t/op/pat.t 2006-11-20 14:53:39.000000000 -0800 @@ -4124,7 +4124,7 @@ or print "# Unexpected outcome: should pass or crash perl\n"; { - local $Message = "substituation with lookahead (possible segv)"; + local $Message = "substitution with lookahead (possible segv)"; $_="ns1ns1ns1"; s/ns(?=\d)/ns_/g; iseq($_,"ns_1ns_1ns_1"); End of Patch.