aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2000-04-26 05:21:54 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2000-04-26 05:21:54 +0000
commit01f31528b094040a9646104f4e064517b14109fd (patch)
tree7462e090afc5f3185825850ac836a5c34e0d1f6b /release
parent0588fce1ba7b28a68e7458caedc754c99ec9101b (diff)
downloadsrc-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 'release')
-rw-r--r--release/sysinstall/pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/pccard.c b/release/sysinstall/pccard.c
index 375c58e309f5..5ad19679ed2d 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",