Changeset 1995

Show
Ignore:
Timestamp:
12/14/07 09:27:18 (7 months ago)
Author:
karpet
Message:

merge trunk mods

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • swish-e/branches/2.6/perl/Changes

    r1774 r1995  
    1 Revision history for Perl extension Text::Aspell. 
     1Revision history for Perl extension SWISH::API 
    22 
    33## $Id$ ## 
  • swish-e/branches/2.6/perl/Makefile.PL

    r1975 r1995  
    284284        ( $? & 128 ) ? 'with' : 'without' 
    285285        ) 
    286         : sprintf( "chiled exited with value %d", $? >> 8 ); 
     286        : sprintf( "Child exited with value %d", $? >> 8 ); 
    287287 
    288288    die "Failed to run program [$command]: $status\n" if $status;