svn commit: r217407 - user/nwhitehorn/bsdinstall/partedit
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Fri Jan 14 15:15:34 UTC 2011
Author: nwhitehorn
Date: Fri Jan 14 15:15:33 2011
New Revision: 217407
URL: http://svn.freebsd.org/changeset/base/217407
Log:
Fix spelling error.
Modified:
user/nwhitehorn/bsdinstall/partedit/partedit.c
Modified: user/nwhitehorn/bsdinstall/partedit/partedit.c
==============================================================================
--- user/nwhitehorn/bsdinstall/partedit/partedit.c Fri Jan 14 15:10:21 2011 (r217406)
+++ user/nwhitehorn/bsdinstall/partedit/partedit.c Fri Jan 14 15:15:33 2011 (r217407)
@@ -44,7 +44,7 @@ main(void) {
dialog_vars.no_label = "Manual";
op = dialog_yesno("Partitioning", "Would you like to use the guided "
"partitioning tool (recommended for beginners) or to set up "
- "partitions manual (experts)?", 0, 0);
+ "partitions manually (experts)?", 0, 0);
dialog_vars.yes_label = NULL;
dialog_vars.no_label = NULL;
if (op == 0) /* Guided */
More information about the svn-src-user
mailing list