Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
[p5sagit/p5-mst-13.2.git] / t / op / misc.t
index 4e7d0c6..730e661 100755 (executable)
@@ -258,7 +258,7 @@ my @a; $a[2] = 1; for (@a) { $_ = 2 } print "@a\n"
 EXPECT
 2 2 2
 ########
-# used to attach defelem magic too all immortal values,
+# used to attach defelem magic to all immortal values,
 # which made restore of local $_ fail.
 foo(2>1);
 sub foo { bar() for @_;  }