Ignore:
Timestamp:
2011-09-07T15:43:56+12:00 (13 years ago)
Author:
ak19
Message:

Minor cosmetic fix: annoying typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/ConvertBinaryFile.pm

    r24362 r24568  
    488488     my $tmp_dir = $self->{'tmp_dir'};
    489489     if (defined $tmp_dir && -d $tmp_dir) {
    490      ##print STDERR "**** Supressing clean up of tmp dir\n";
     490     ##print STDERR "**** Suppressing clean up of tmp dir\n";
    491491     &util::rm_r($tmp_dir);
    492492     $self->{'tmp_dir'} = undef;
Note: See TracChangeset for help on using the changeset viewer.