svn commit: r186607 - head/usr.sbin/sade

Ken Smith kensmith at FreeBSD.org
Tue Dec 30 18:21:56 UTC 2008


Author: kensmith
Date: Tue Dec 30 18:21:54 2008
New Revision: 186607
URL: http://svn.freebsd.org/changeset/base/186607

Log:
  Oops, missed removing an 's' in previous rev.
  
  Submitted by:	Jens Schweikhardt (schweikh <at> schweikhardt <dot> net)

Modified:
  head/usr.sbin/sade/disks.c

Modified: head/usr.sbin/sade/disks.c
==============================================================================
--- head/usr.sbin/sade/disks.c	Tue Dec 30 17:54:25 2008	(r186606)
+++ head/usr.sbin/sade/disks.c	Tue Dec 30 18:21:54 2008	(r186607)
@@ -116,7 +116,7 @@ check_geometry(Disk *d)
 	dialog_clear_norefresh();
 	sg = msgYesNo("WARNING:  It is safe to use a geometry of %lu/%lu/%lu for %s on\n"
 		      "computers with modern BIOS versions.  If this disk is to be used\n"
-		      "on an old machines it is recommended that it does not have more\n"
+		      "on an old machine it is recommended that it does not have more\n"
 		      "than 65535 cylinders, more than 255 heads, or more than\n"
 #ifdef PC98
 		      "255"


More information about the svn-src-all mailing list