[LON-CAPA-cvs] cvs: loncom / lond

www lon-capa-cvs@mail.lon-capa.org
Wed, 08 Oct 2003 14:30:09 -0000


www		Wed Oct  8 10:30:09 2003 EDT

  Modified files:              
    /loncom	lond 
  Log:
  Minor typos.
  
  
Index: loncom/lond
diff -u loncom/lond:1.152 loncom/lond:1.153
--- loncom/lond:1.152	Wed Oct  8 10:18:34 2003
+++ loncom/lond	Wed Oct  8 10:30:09 2003
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.152 2003/10/08 14:18:34 www Exp $
+# $Id: lond,v 1.153 2003/10/08 14:30:09 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -60,6 +60,9 @@
 # 09/08/2003 Ron Fox:  Told lond to take care of change logging so we
 #      don't have to remember it:
 # $Log: lond,v $
+# Revision 1.153  2003/10/08 14:30:09  www
+# Minor typos.
+#
 # Revision 1.152  2003/10/08 14:18:34  www
 # Not good: this should be backported into 1.0.2!
 #
@@ -137,7 +140,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.152 $'; #' stupid emacs
+my $VERSION='$Revision: 1.153 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid;
 my $currentdomainid;
@@ -181,10 +184,10 @@
 		    "lcuseradd Incorrect number of stdinput lines, must be 3",
 		    "lcuseradd Too many other simultaneous pwd changes in progress",
 		    "lcuseradd User does not exist",
-		    "lcuseradd Unabel to mak ewww member of users's group",
+		    "lcuseradd Unable to make www member of users's group",
 		    "lcuseradd Unable to su to root",
 		    "lcuseradd Unable to set password",
-		    "lcuseradd Usrname has invbalid charcters",
+		    "lcuseradd Usrname has invalid characters",
 		    "lcuseradd Password has an invalid character",
 		    "lcuseradd User already exists",
 		    "lcuseradd Could not add user.",