--- loncom/homework/bridgetask.pm 2006/06/20 03:56:30 1.176 +++ loncom/homework/bridgetask.pm 2006/06/23 17:40:00 1.177 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.176 2006/06/20 03:56:30 albertel Exp $ +# $Id: bridgetask.pm,v 1.177 2006/06/23 17:40:00 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -594,9 +594,9 @@ sub start_Task { ($status,$accessmsg,my $slot_name,$slot) = &Apache::lonhomework::check_slot_access('0','Task'); if ($status eq 'CAN_ANSWER' && $version eq '') { - # CAN_ANSWR mode, and no current version, unproctored access + # CAN_ANSWER mode, and no current version, unproctored access # thus self-checkedin - &check_in('Task',undef,undef,$slot_name) + &check_in('Task',undef,undef,$slot_name); &add_to_queue('gradingqueue',{'type' => 'Task', 'time' => time, 'slot' => $slot_name});