Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
Philip Newton [Wed, 25 Apr 2001 16:09:23 +0000 (18:09 +0200)]
Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>

Detypo.

p4raw-id: //depot/perl@9834

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 @_;  }