Changeset 15842


Ignore:
Timestamp:
2008-06-03T16:03:18+12:00 (16 years ago)
Author:
ak19
Message:

Cosmetic change - annoying spelling/grammatical error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/bin/script/replace_srcdoc_with_html.pl

    r15839 r15842  
    189189    # Now we know we have no file name collisions. We 'move' the html file by copying its
    190190    # contents over and ensuring that these contents are utf8. If we don't do this, PDFs
    191     # replaced by html may fail, whereas those converted with PDFPlug with have succeeded.
     191    # replaced by html may fail, whereas those converted with PDFPlug will have succeeded.
    192192    open(FIN,"<$output_filename") or die "replace_srcdoc_with_html.pl: Unable to open $output_filename to ensure utf8...ERROR: $!\n";
    193193    my $html_contents;
Note: See TracChangeset for help on using the changeset viewer.