aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-08-27 06:25:37 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-08-27 06:25:37 +0000
commit40a94c5bc6014ab0b3ebf1613b46cb5bbedd7e38 (patch)
tree89bca9fceb720b917a631ff4e313c9808b197ce1
parent4d391b8dd92fe6e9cef672b2e0d388672b4fb71a (diff)
downloadsrc-40a94c5bc6014ab0b3ebf1613b46cb5bbedd7e38.tar.gz
src-40a94c5bc6014ab0b3ebf1613b46cb5bbedd7e38.zip
Fix a typo.
Reported by: Terry Jones <terry@cliffs.ucsd.edu>
Notes
Notes: svn path=/head/; revision=50434
-rw-r--r--release/sysinstall/network.c8
-rw-r--r--usr.sbin/sysinstall/network.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/release/sysinstall/network.c b/release/sysinstall/network.c
index 8edf030109f0..e878b3c1e5bd 100644
--- a/release/sysinstall/network.c
+++ b/release/sysinstall/network.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: network.c,v 1.37 1999/07/18 10:18:05 jkh Exp $
+ * $Id: network.c,v 1.38 1999/07/26 10:49:35 brian Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -330,9 +330,9 @@ startPPP(Device *devp)
dialog_clear_norefresh();
msgConfirm("NOTICE: The PPP command is now started on VTY3 (type ALT-F3 to\n"
"interact with it, ALT-F1 to switch back here). If you are using\n"
- "a PAP or CHAP login simply enter \"dial\" otherwise you'll need\n"
- "need to use is the \"term\" command which starts a terminal\n"
- "emulator you can use to talk to your modem and dial the service\n"
+ "a PAP or CHAP login simply enter \"dial\", otherwise you'll need\n"
+ "to use the \"term\" command which starts a terminal emulator\n"
+ "which you can use to talk to your modem and dial the service\n"
"provider. Once you're connected, come back to this screen and\n"
"press return.\n\n"
"DO NOT PRESS [ENTER] HERE UNTIL THE CONNECTION IS FULLY\n"
diff --git a/usr.sbin/sysinstall/network.c b/usr.sbin/sysinstall/network.c
index 8edf030109f0..e878b3c1e5bd 100644
--- a/usr.sbin/sysinstall/network.c
+++ b/usr.sbin/sysinstall/network.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: network.c,v 1.37 1999/07/18 10:18:05 jkh Exp $
+ * $Id: network.c,v 1.38 1999/07/26 10:49:35 brian Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -330,9 +330,9 @@ startPPP(Device *devp)
dialog_clear_norefresh();
msgConfirm("NOTICE: The PPP command is now started on VTY3 (type ALT-F3 to\n"
"interact with it, ALT-F1 to switch back here). If you are using\n"
- "a PAP or CHAP login simply enter \"dial\" otherwise you'll need\n"
- "need to use is the \"term\" command which starts a terminal\n"
- "emulator you can use to talk to your modem and dial the service\n"
+ "a PAP or CHAP login simply enter \"dial\", otherwise you'll need\n"
+ "to use the \"term\" command which starts a terminal emulator\n"
+ "which you can use to talk to your modem and dial the service\n"
"provider. Once you're connected, come back to this screen and\n"
"press return.\n\n"
"DO NOT PRESS [ENTER] HERE UNTIL THE CONNECTION IS FULLY\n"