[svn:parrot] r44444 - trunk/t/op

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Wed Feb 24 03:07:26 UTC 2010


Author: jkeenan
Date: Wed Feb 24 03:07:25 2010
New Revision: 44444
URL: https://trac.parrot.org/parrot/changeset/44444

Log:
Correct spelling error.

Modified:
   trunk/t/op/calling.t

Modified: trunk/t/op/calling.t
==============================================================================
--- trunk/t/op/calling.t	Wed Feb 24 03:06:47 2010	(r44443)
+++ trunk/t/op/calling.t	Wed Feb 24 03:07:25 2010	(r44444)
@@ -2466,7 +2466,7 @@
 OUTPUT
 
 # See Rakudo queue http://rt.perl.org/rt3/Ticket/Display.html?id=62730
-pir_output_is( <<'CODE', <<'OUTPUT', "Handling :flat of emtpy arguments" );
+pir_output_is( <<'CODE', <<'OUTPUT', "Handling :flat of empty arguments" );
 .sub 'main'
     $P0   = new ['Undef']
     ($P0) = foo()


More information about the parrot-commits mailing list