Changeset 5602


Ignore:
Timestamp:
2003-10-08T13:27:48+13:00 (21 years ago)
Author:
mdewsnip
Message:

Fixed a couple of minor typos.

File:
1 edited

Legend:

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

    r3730 r5602  
    7272    my $coletcdir = &util::filename_cat ($ENV{'GSDLHOME'}, "collect", $collection, "etc");
    7373    if ((!-d $colindexdir) || (!-d $coletcdir)) {
    74     print $out "exportcol.pl failed: One or more the the following necessary\n";
     74    print $out "exportcol.pl failed: One or more of the following necessary\n";
    7575    print $out "directories does not exist\n\n";
    7676    print $out "  $colindexdir\n";
     
    144144    (!-e $serverexe) || (!-e $gssetupexe) || (!-e $setupexe) || (!-d $net32dir) ||
    145145    (!-d $net16dir) || (!-d $netscapedir) || (!-d $win32sdir) || (!-e $phindjar)) {
    146     print $out "exportcol.pl failed: One or more the the following necessary\n";
     146    print $out "exportcol.pl failed: One or more of the following necessary\n";
    147147    print $out "files and directories does not exist\n\n";
    148148    print $out "  $imagesdir\n";
Note: See TracChangeset for help on using the changeset viewer.