--- loncom/interface/slotrequest.pm 2008/09/11 14:47:21 1.82 +++ loncom/interface/slotrequest.pm 2008/09/20 02:53:13 1.83 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for requesting to have slots added to a students record # -# $Id: slotrequest.pm,v 1.82 2008/09/11 14:47:21 bisitz Exp $ +# $Id: slotrequest.pm,v 1.83 2008/09/20 02:53:13 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -335,7 +335,7 @@ sub remove_registration { my %consumed=&Apache::lonnet::dump('slot_reservations',$cdom,$cnum, "^$slot_name\0"); if (&Apache::lonnet::error(%consumed)) { - $r->print("

".&mt('A network error has occrured.').'

'); + $r->print("

".&mt('A network error has occurred.').'

'); return; } if (!%consumed) {