[LON-CAPA-cvs] cvs: loncom /auth migrateuser.pm

raeburn raeburn at source.lon-capa.org
Thu Nov 18 15:25:27 EST 2021


raeburn		Thu Nov 18 20:25:27 2021 EDT

  Modified files:              
    /loncom/auth	migrateuser.pm 
  Log:
  - Fix typos in comment
  
  
Index: loncom/auth/migrateuser.pm
diff -u loncom/auth/migrateuser.pm:1.55 loncom/auth/migrateuser.pm:1.56
--- loncom/auth/migrateuser.pm:1.55	Wed Nov 17 00:44:47 2021
+++ loncom/auth/migrateuser.pm	Thu Nov 18 20:25:27 2021
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Starts a user off based of an existing token.
 #
-# $Id: migrateuser.pm,v 1.55 2021/11/17 00:44:47 raeburn Exp $
+# $Id: migrateuser.pm,v 1.56 2021/11/18 20:25:27 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -706,7 +706,7 @@
         my ($handle,$expirepub);
         $handle = &Apache::lonnet::check_for_valid_session($r);
 
-# For "public user" - remove any exising "public" cookie so actual user is ogged in.
+# For "public user" - remove any existing "public" cookie so actual user is logged in.
         if ($handle) {
             if ($handle=~/^publicuser\_/) {
                 my $lonidsdir=$r->dir_config('lonIDsDir');




More information about the LON-CAPA-cvs mailing list