Incorporate an ancient typo fix that never made it over from 2.2.

This commit is contained in:
Jordan K. Hubbard 1997-06-13 14:06:10 +00:00
parent 189b7e9102
commit 4b59b68956
3 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: menus.c,v 1.136 1997/05/27 16:41:52 jkh Exp $
* $Id: menus.c,v 1.137 1997/06/09 01:19:44 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -1115,7 +1115,7 @@ DMenu MenuConfigure = {
NULL, distExtractAll },
{ "L Label", "The disk Label editor",
NULL, diskLabelEditor },
{ "Partition", "The disk Partition Editor",
{ "P Partition", "The disk Partition Editor",
NULL, diskPartitionEditor },
{ "R Register", "Register yourself or company as a FreeBSD user.", NULL, configRegister },
{ "E Exit", "Exit this menu (returning to previous)",

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: menus.c,v 1.136 1997/05/27 16:41:52 jkh Exp $
* $Id: menus.c,v 1.137 1997/06/09 01:19:44 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -1115,7 +1115,7 @@ DMenu MenuConfigure = {
NULL, distExtractAll },
{ "L Label", "The disk Label editor",
NULL, diskLabelEditor },
{ "Partition", "The disk Partition Editor",
{ "P Partition", "The disk Partition Editor",
NULL, diskPartitionEditor },
{ "R Register", "Register yourself or company as a FreeBSD user.", NULL, configRegister },
{ "E Exit", "Exit this menu (returning to previous)",

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: menus.c,v 1.136 1997/05/27 16:41:52 jkh Exp $
* $Id: menus.c,v 1.137 1997/06/09 01:19:44 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -1115,7 +1115,7 @@ DMenu MenuConfigure = {
NULL, distExtractAll },
{ "L Label", "The disk Label editor",
NULL, diskLabelEditor },
{ "Partition", "The disk Partition Editor",
{ "P Partition", "The disk Partition Editor",
NULL, diskPartitionEditor },
{ "R Register", "Register yourself or company as a FreeBSD user.", NULL, configRegister },
{ "E Exit", "Exit this menu (returning to previous)",