Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

spelling gnu/usr.bin/perl/t/op/array.t

0 views
Skip to first unread message

Brad Tilley

unread,
Dec 15, 2009, 9:06:47 PM12/15/09
to
# cvs diff -Nup gnu/usr.bin/perl/t/op/array.t
Index: gnu/usr.bin/perl/t/op/array.t
===================================================================
RCS file: /cvs/src/gnu/usr.bin/perl/t/op/array.t,v
retrieving revision 1.10
diff -N -u -p gnu/usr.bin/perl/t/op/array.t
--- gnu/usr.bin/perl/t/op/array.t 29 Sep 2008 17:36:19 -0000
1.10
+++ gnu/usr.bin/perl/t/op/array.t 16 Dec 2009 02:06:10 -0000
@@ -27,7 +27,7 @@ is(join('',@ary), '12345');

$tmp = $ary[$#ary]; --$#ary;
is($tmp, 5);
-# Must do == here beacuse $[ isn't 0
+# Must do == here because $[ isn't 0
ok($#ary == 4);
is(join('',@ary), '1234');

Jason McIntyre

unread,
Dec 16, 2009, 2:32:11 AM12/16/09
to
On Tue, Dec 15, 2009 at 09:06:47PM -0500, Brad Tilley wrote:
> # cvs diff -Nup gnu/usr.bin/perl/t/op/array.t

please send fixes for 3rd party software to the software maintainers.
jmc

0 new messages