--- loncom/lonnet/perl/lonnet.pm 2023/04/11 20:35:19 1.1508 +++ loncom/lonnet/perl/lonnet.pm 2023/05/22 15:09:15 1.1509 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.1508 2023/04/11 20:35:19 raeburn Exp $ +# $Id: lonnet.pm,v 1.1509 2023/05/22 15:09:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5156,7 +5156,7 @@ sub flushcourselogs { # Typo in rev. 1.458 (2003/12/09)?? # These should likely by $env{'course.'.$cid.'.domain'} and $env{'course.'.$cid.'.num'} # -# While these ramain as $env{'request.'.$cid.'.domain'} and $env{'request.'.$cid.'.num'} +# While these remain as $env{'request.'.$cid.'.domain'} and $env{'request.'.$cid.'.num'} # $dom and $name will always be null, so the &inc() call will default to storing this data # in a nohist_accesscount.db file for the user rather than the course. #