[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
raeburn
raeburn at source.lon-capa.org
Tue Oct 8 17:15:43 EDT 2024
raeburn Tue Oct 8 21:15:43 2024 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
- Correct spelling in a comment
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1440 loncom/interface/loncommon.pm:1.1441
--- loncom/interface/loncommon.pm:1.1440 Mon Oct 7 19:52:16 2024
+++ loncom/interface/loncommon.pm Tue Oct 8 21:15:42 2024
@@ -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 @@
}
} 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 .= '<hr style="clear:both" />';
if ($need_endlcint) {
$bodytag .= Apache::lonhtmlcommon::scripttag('', 'end');
More information about the LON-CAPA-cvs
mailing list