[Midnightbsd-cvs] src [8530] trunk/usr.sbin/sysinstall/ftp.c: fix typo

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 19 09:47:10 EDT 2016


Revision: 8530
          http://svnweb.midnightbsd.org/src/?rev=8530
Author:   laffer1
Date:     2016-09-19 09:47:09 -0400 (Mon, 19 Sep 2016)
Log Message:
-----------
fix typo

Modified Paths:
--------------
    trunk/usr.sbin/sysinstall/ftp.c

Modified: trunk/usr.sbin/sysinstall/ftp.c
===================================================================
--- trunk/usr.sbin/sysinstall/ftp.c	2016-09-19 13:46:52 UTC (rev 8529)
+++ trunk/usr.sbin/sysinstall/ftp.c	2016-09-19 13:47:09 UTC (rev 8530)
@@ -4,7 +4,7 @@
  * This is probably the last attempt in the `sysinstall' line, the next
  * generation being slated to essentially a complete rewrite.
  *
- * $MidnightBSD: src/usr.sbin/sysinstall/ftp.c,v 1.6 2009/05/20 21:35:09 laffer1 Exp $
+ * $MidnightBSD$
  *
  * Copyright (c) 1995
  *	Jordan Hubbard.  All rights reserved.
@@ -107,7 +107,7 @@
     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 Midnightbsd-cvs mailing list