--- loncom/auth/migrateuser.pm 2021/11/17 00:44:47 1.55 +++ loncom/auth/migrateuser.pm 2021/11/18 20:25:27 1.56 @@ -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 @@ sub handler { 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');