diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2000-04-26 05:21:54 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2000-04-26 05:21:54 +0000 |
commit | 01f31528b094040a9646104f4e064517b14109fd (patch) | |
tree | 7462e090afc5f3185825850ac836a5c34e0d1f6b /usr.sbin/sysinstall/pccard.c | |
parent | 0588fce1ba7b28a68e7458caedc754c99ec9101b (diff) | |
download | src-01f31528b094040a9646104f4e064517b14109fd.tar.gz src-01f31528b094040a9646104f4e064517b14109fd.zip |
Correct typo in description string: `CANNOT' -> `CAN'.
PR: docs/18177
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
Notes
Notes:
svn path=/head/; revision=59636
Diffstat (limited to 'usr.sbin/sysinstall/pccard.c')
-rw-r--r-- | usr.sbin/sysinstall/pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/pccard.c b/usr.sbin/sysinstall/pccard.c index 375c58e309f5..5ad19679ed2d 100644 --- a/usr.sbin/sysinstall/pccard.c +++ b/usr.sbin/sysinstall/pccard.c @@ -44,7 +44,7 @@ DMenu MenuPCICMem = { DMenu MenuCardIRQ = { DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS, "Please select IRQs that can be used by PC-cards", - "Please specify an IRQs that CANNOT be used by PC-card.\n" + "Please specify IRQs that CAN be used by PC-card.\n" "For example, if you have a sound card that can't be probed by\n" "this installation floppy and it uses IRQ 10, you have to \n" "choose \"Option 1\" or \"Option 2\" at this menu.\n", |