--- loncom/interface/lonwishlistdisplay.pm 2014/02/16 21:50:16 1.5 +++ loncom/interface/lonwishlistdisplay.pm 2014/02/28 19:24:03 1.6 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to display the wishlist (handler) # -# $Id: lonwishlistdisplay.pm,v 1.5 2014/02/16 21:50:16 raeburn Exp $ +# $Id: lonwishlistdisplay.pm,v 1.6 2014/02/28 19:24:03 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -170,7 +170,7 @@ sub handler { @marked = (); $r->print($page); } else { - # An error occured, print an error-page + # An error occurred, print an error-page my $errorPage = &Apache::lonwishlist::makeErrorPage(); $r->print($errorPage); }