Changeset 123

Show
Ignore:
Timestamp:
19.12.2006 15:15:15 (2 years ago)
Author:
jorge
Message:

Fixed: typo focr_autodisable_negative_score

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/devel/FuzzyOcr.pm

    r120 r123  
    111111    } 
    112112 
    113     my $nscore = $conf->{focr_autodiable_negative_score} || -100; 
     113    my $nscore = $conf->{focr_autodisable_negative_score} || -100; 
    114114    if ( $current_score < $nscore ) { 
    115115        infolog("Scan canceled, message has less than $nscore points ($current_score).");