--- loncom/xml/lonxml.pm 2006/07/11 09:44:04 1.415
+++ loncom/xml/lonxml.pm 2006/09/14 21:52:36 1.416
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# XML Parser Module
#
-# $Id: lonxml.pm,v 1.415 2006/07/11 09:44:04 foxr Exp $
+# $Id: lonxml.pm,v 1.416 2006/09/14 21:52:36 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1541,7 +1541,7 @@ sub error {
$errormsg=&mt("An error occured while processing this resource. The author has been notified.");
}
my $host=$Apache::lonnet::perlvar{'lonHostID'};
- my $msg = join('
',(@_,"The occured on host $host"));
+ my $msg = join('
',(@_,"The error occurred on host $host"));
#notify author
&Apache::lonmsg::author_res_msg($env{'request.filename'},$msg);
#notify course