Changeset 31765


Ignore:
Timestamp:
2017-06-29T19:31:52+12:00 (7 years ago)
Author:
ak19
Message:

Cosmetic change to error message

File:
1 edited

Legend:

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

    r31689 r31765  
    12191219    ######## TODO need to check this for encoding stufff
    12201220    my $linkfilename = &FileUtils::filenameConcatenate($base_dir, $before_hash_file);
    1221     print STDERR "chekcing for existence whether relative link or not $linkfilename\n";
     1221    print STDERR "checking for existence whether relative link or not $linkfilename\n";
    12221222    my $rl = 0;
    12231223    $rl = 1 if (-e $linkfilename);
Note: See TracChangeset for help on using the changeset viewer.