cvsuser     05/01/02 09:54:53

  Modified:    t/pmc    fixedpmcarray.t
  Log:
   Re-fix a typo
  
  Revision  Changes    Path
  1.11      +2 -2      parrot/t/pmc/fixedpmcarray.t
  
  Index: fixedpmcarray.t
  ===================================================================
  RCS file: /cvs/public/parrot/t/pmc/fixedpmcarray.t,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- fixedpmcarray.t   2 Jan 2005 11:34:56 -0000       1.10
  +++ fixedpmcarray.t   2 Jan 2005 17:54:53 -0000       1.11
  @@ -1,7 +1,7 @@
   #! perl -w
   
   # Copyright: 2001-2004 The Perl Foundation.  All Rights Reserved.
  -# $Id: fixedpmcarray.t,v 1.10 2005/01/02 11:34:56 leo Exp $
  +# $Id: fixedpmcarray.t,v 1.11 2005/01/02 17:54:53 scog Exp $
   
   =head1 NAME
   
  @@ -365,7 +365,7 @@
   1 2 5 9 10 x
   compares: [1-9]\d*/, "sort");
   
  -output_is(<< 'CODE', << 'OUTPUT', "check wether interface is done");
  +output_is(<< 'CODE', << 'OUTPUT', "check whether interface is done");
   ##PIR##
   .sub _main
       .local pmc pmc1
  
  
  

Reply via email to