[LON-CAPA-cvs] cvs: loncom / lond
raeburn
raeburn at source.lon-capa.org
Fri Jul 10 22:51:06 EDT 2026
raeburn Sat Jul 11 02:51:06 2026 EDT
Modified files:
/loncom lond
Log:
- Fix typos in comments.
Index: loncom/lond
diff -u loncom/lond:1.587 loncom/lond:1.588
--- loncom/lond:1.587 Fri Nov 21 03:01:37 2025
+++ loncom/lond Sat Jul 11 02:51:06 2026
@@ -2,7 +2,7 @@
# The LearningOnline Network
# lond "LON Daemon" Server (port "LOND" 5663)
#
-# $Id: lond,v 1.587 2025/11/21 03:01:37 raeburn Exp $
+# $Id: lond,v 1.588 2026/07/11 02:51:06 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -65,7 +65,7 @@
my $status='';
my $lastlog='';
-my $VERSION='$Revision: 1.587 $'; #' stupid emacs
+my $VERSION='$Revision: 1.588 $'; #' stupid emacs
my $remoteVERSION;
my $currenthostid="default";
my $currentdomainid;
@@ -6812,7 +6812,7 @@
# Read and retrieve institutional code format (for support form).
# Formal Parameters:
# $cmd - Command that dispatched us.
-# $tail - Tail of the command. In this case it conatins
+# $tail - Tail of the command. In this case it contains
# the course domain and the coursename.
# $client - Socket open on the client.
# Returns:
@@ -8671,7 +8671,7 @@
($domdefaults{'auth_arg_def'} ne '')) {
#
# Don't attempt authentication for username and password supplied
- # for user without an account if uername contains @ to avoid
+ # for user without an account if username contains @ to avoid
# call to &Authen::Krb5::parse_name() which will result in con_lost
#
unless ($user =~ /\@/) {
More information about the LON-CAPA-cvs
mailing list