diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2000-04-26 05:21:54 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2000-04-26 05:21:54 +0000 |
commit | 0eeff70115826995ea3e07a3d4b2942e15060c59 (patch) | |
tree | 078263bd3c7a49a0952331762309c9304981d2be | |
parent | bcf41d55dd6c05fc488468056c58cfb124dc1f0e (diff) | |
download | FreeBSD-src-0eeff70115826995ea3e07a3d4b2942e15060c59.zip FreeBSD-src-0eeff70115826995ea3e07a3d4b2942e15060c59.tar.gz |
Correct typo in description string: `CANNOT' -> `CAN'.
PR: docs/18177
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
-rw-r--r-- | release/sysinstall/pccard.c | 2 | ||||
-rw-r--r-- | usr.sbin/sysinstall/pccard.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/pccard.c b/release/sysinstall/pccard.c index 375c58e..5ad1967 100644 --- a/release/sysinstall/pccard.c +++ b/release/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", diff --git a/usr.sbin/sysinstall/pccard.c b/usr.sbin/sysinstall/pccard.c index 375c58e..5ad1967 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", |