[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm

raeburn raeburn at source.lon-capa.org
Mon Dec 18 10:49:12 EST 2017


raeburn		Mon Dec 18 15:49:12 2017 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - Fix typo in comment.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1302 loncom/interface/loncommon.pm:1.1303
--- loncom/interface/loncommon.pm:1.1302	Thu Nov 16 13:31:29 2017
+++ loncom/interface/loncommon.pm	Mon Dec 18 15:49:11 2017
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1302 2017/11/16 13:31:29 raeburn Exp $
+# $Id: loncommon.pm,v 1.1303 2017/12/18 15:49:11 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -5115,7 +5115,7 @@
                  ($env{'request.role'} !~ m{^st\./\Q$cdom\E/\Q$cnum\E}));
         next if ($no_userblock);
 
-        # Retrieve blocking times and identity of locker for course
+        # Retrieve blocking times and identity of blocker for course
         # of specified user, unless user has 'evb' privilege.
 
         my ($start,$end,$trigger) = 




More information about the LON-CAPA-cvs mailing list