svn commit: r247688 - stable/8/usr.sbin/sysinstall

Devin Teske dteske at FreeBSD.org
Sun Mar 3 07:50:34 UTC 2013


Author: dteske
Date: Sun Mar  3 07:50:33 2013
New Revision: 247688
URL: http://svnweb.freebsd.org/changeset/base/247688

Log:
  MFS 9->8 r244573:
  Fix typo. (fixing them as I find them)

Modified:
  stable/8/usr.sbin/sysinstall/ftp.c

Modified: stable/8/usr.sbin/sysinstall/ftp.c
==============================================================================
--- stable/8/usr.sbin/sysinstall/ftp.c	Sun Mar  3 07:45:40 2013	(r247687)
+++ stable/8/usr.sbin/sysinstall/ftp.c	Sun Mar  3 07:50:33 2013	(r247688)
@@ -107,7 +107,7 @@ try:
     hostname = variable_get(VAR_FTP_HOST);
     dir = variable_get(VAR_FTP_DIR);
     if (!hostname || !dir) {
-	msgConfirm("Missing FTP host or directory specification.  FTP media not initialized,");
+	msgConfirm("Missing FTP host or directory specification.  FTP media not initialized.");
 	netDown(dev);
 	return FALSE;
     }


More information about the svn-src-all mailing list