--- loncom/interface/Attic/londropadd.pm 2004/03/01 16:34:54 1.106 +++ loncom/interface/Attic/londropadd.pm 2004/03/08 17:31:37 1.107 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to drop and add students in courses # -# $Id: londropadd.pm,v 1.106 2004/03/01 16:34:54 matthew Exp $ +# $Id: londropadd.pm,v 1.107 2004/03/08 17:31:37 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -699,7 +699,7 @@ sub enroll_single_student { $ENV{'form.csec'}=~s/\W//g; # # We do the dates first because the action of making them the defaul - # in the course is entirely seperate from the action of enrolling the + # in the course is entirely separate from the action of enrolling the # student. Also, a failure in setting the dates as default is not fatal # to the process of enrolling / modifying a student. my ($startdate,$enddate) = &get_dates_from_form();