--- loncom/interface/loncommon.pm 2024/10/07 19:52:16 1.1440 +++ loncom/interface/loncommon.pm 2024/10/08 21:15:42 1.1441 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1440 2024/10/07 19:52:16 raeburn Exp $ +# $Id: loncommon.pm,v 1.1441 2024/10/08 21:15:42 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -7096,7 +7096,7 @@ END } } else { # this is to separate menu from content when there's no secondary - # menu. Especially needed for public accessible ressources. + # menu. Especially needed for publicly accessible resources. $bodytag .= '
'; if ($need_endlcint) { $bodytag .= Apache::lonhtmlcommon::scripttag('', 'end');