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; } _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"