Software Freedom Law Center

Changeset 77

Show
Ignore:
Timestamp:
04/27/08 22:17:51 (2 months ago)
Author:
bkuhn
Message:

r92@hughes: bkuhn | 2008-04-27 21:59:05 -0400

  • Another typo and forgot to use Text::Aspell
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/apps/pdfdiff/Perl/lib/PDF/Extract/Text.pm

    r76 r77  
    3737use PDF::OCR::Thorough; 
    3838use Text::Autoformat; 
     39use Text::Aspell; 
    3940 
    4041=head1 NAME 
     
    151152        if ($lines->[$ii] =~ /\-$/); 
    152153 
    153     my $curLen = length($lines->{$ii}); 
     154    my $curLen = length($lines->[$ii]); 
    154155    if ($curLen <= $cutOffLen) { 
    155156      $newText .= $lines->[$ii] . "\n"; 

SFLC Main Page

[frdm] Support SFLC