--- loncom/interface/lonhtmlcommon.pm 2004/03/03 22:55:35 1.59 +++ loncom/interface/lonhtmlcommon.pm 2004/03/08 17:31:37 1.60 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.59 2004/03/03 22:55:35 matthew Exp $ +# $Id: lonhtmlcommon.pm,v 1.60 2004/03/08 17:31:37 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -928,7 +928,7 @@ returns: nothing # Make the faq and bug data cascade my $faq = ''; my $bug = ''; - # The last breadcrumb does not have a link, so handle it seperately. + # The last breadcrumb does not have a link, so handle it separately. my $last = pop(@Crumbs); # # The first one should be the course, I guess.