[LON-CAPA-cvs] cvs: loncom /lonnet/perl lonnet.pm

raeburn raeburn at source.lon-capa.org
Mon May 22 11:09:15 EDT 2023


raeburn		Mon May 22 15:09:15 2023 EDT

  Modified files:              
    /loncom/lonnet/perl	lonnet.pm 
  Log:
  - Typo in comment
  
  
Index: loncom/lonnet/perl/lonnet.pm
diff -u loncom/lonnet/perl/lonnet.pm:1.1508 loncom/lonnet/perl/lonnet.pm:1.1509
--- loncom/lonnet/perl/lonnet.pm:1.1508	Tue Apr 11 20:35:19 2023
+++ loncom/lonnet/perl/lonnet.pm	Mon May 22 15:09:15 2023
@@ -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 @@
 # 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.
 #




More information about the LON-CAPA-cvs mailing list