--- loncom/interface/printout.pl 2002/08/12 18:07:20 1.15 +++ loncom/interface/printout.pl 2002/08/12 20:01:08 1.16 @@ -78,7 +78,7 @@ use Image::Magick; $logfilename =~ s/\.tex$/\.log/; if (-e $logfilename) { #if dvi file does not exist = LaTeX failed to parse tex file - print "Her are the error messages in the LaTeX log file
"; + print "Here are the error messages in the LaTeX log file
"; my $temporary_file=IO::File->new($logfilename) || die "Couldn't open file for reading: $!\n"; my @content_of_file = <$temporary_file>; close $temporary_file;