summaryrefslogtreecommitdiff
path: root/pppd/chap.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1999-02-26 10:38:52 +0000
committerPaul Mackerras <paulus@samba.org>1999-02-26 10:38:52 +0000
commit61ebd9732d40eade1a74d55302bdb02c2865cb6c (patch)
treea30410fe2047e2aeee2dab559cfbe23d10b06fde /pppd/chap.c
parent9a7163be646110ba65b7b43da550662052f13d80 (diff)
downloadppp-61ebd9732d40eade1a74d55302bdb02c2865cb6c.tar.gz
minor fixes, update man page
Diffstat (limited to 'pppd/chap.c')
-rw-r--r--pppd/chap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pppd/chap.c b/pppd/chap.c
index 06c17e8..96348e1 100644
--- a/pppd/chap.c
+++ b/pppd/chap.c
@@ -34,7 +34,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: chap.c,v 1.16 1998/11/07 06:59:26 paulus Exp $";
+static char rcsid[] = "$Id: chap.c,v 1.17 1999/02/26 10:38:51 paulus Exp $";
#endif
/*
@@ -66,7 +66,7 @@ static option_t chap_option_list[] = {
"Set interval for rechallenge" },
#ifdef MSLANMAN
{ "ms-lanman", o_bool, &ms_lanman,
- "Use LanMan psswd when using MS-CHAP", 1 },
+ "Use LanMan passwd when using MS-CHAP", 1 },
#endif
{ NULL }
};