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

albertel lon-capa-cvs-allow@mail.lon-capa.org
Thu, 02 Aug 2007 01:31:50 -0000


albertel		Wed Aug  1 21:31:50 2007 EDT

  Modified files:              
    /loncom	lond 
  Log:
  - typo
  
  
Index: loncom/lond
diff -u loncom/lond:1.376 loncom/lond:1.377
--- loncom/lond:1.376	Wed Jul 25 18:52:07 2007
+++ loncom/lond	Wed Aug  1 21:31:48 2007
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.376 2007/07/25 22:52:07 raeburn Exp $
+# $Id: lond,v 1.377 2007/08/02 01:31:48 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -59,7 +59,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.376 $'; #' stupid emacs
+my $VERSION='$Revision: 1.377 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -135,7 +135,7 @@
 		    "lcuseradd Unable to make www member of users's group",
 		    "lcuseradd Unable to su to root",
 		    "lcuseradd Unable to set password",
-		    "lcuseradd Usrname has invalid characters",
+		    "lcuseradd Username has invalid characters",
 		    "lcuseradd Password has an invalid character",
 		    "lcuseradd User already exists",
 		    "lcuseradd Could not add user.",