--- loncom/lond	2013/04/07 17:42:16	1.489.2.4
+++ loncom/lond	2013/05/11 22:42:22	1.489.2.5
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.489.2.4 2013/04/07 17:42:16 raeburn Exp $
+# $Id: lond,v 1.489.2.5 2013/05/11 22:42:22 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -61,7 +61,7 @@ my $DEBUG = 0;		       # Non zero to ena
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.489.2.4 $'; #' stupid emacs
+my $VERSION='$Revision: 1.489.2.5 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -154,8 +154,8 @@ my @adderrors    = ("ok",
 my @installerrors = ("ok",
 		     "Initial user id of client not that of www",
 		     "Usage error, not enough command line arguments",
-		     "Source file name does not exist",
-		     "Destination file name does not exist",
+		     "Source filename does not exist",
+		     "Destination filename does not exist",
 		     "Some file operation failed",
 		     "Invalid table filename."
 		     );