--- loncom/metadata_database/parse_activity_log.pl 2005/11/15 20:52:02 1.21 +++ loncom/metadata_database/parse_activity_log.pl 2006/03/30 05:29:01 1.22 @@ -2,7 +2,7 @@ # # The LearningOnline Network # -# $Id: parse_activity_log.pl,v 1.21 2005/11/15 20:52:02 albertel Exp $ +# $Id: parse_activity_log.pl,v 1.22 2006/03/30 05:29:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -186,7 +186,7 @@ if (! defined($xmlfile)) { if (!flock(LOCKFILE,LOCK_EX|LOCK_NB)) { warn("Unable to lock $lockfilename. Aborting".$/); # don't call clean_up_and_exit another instance is running and - # we don't want to 'cleanup' there files + # we don't want to 'cleanup' their files exit 6; }