X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fchap.c;h=96348e1c1eb4967a2483db40701862192206d6c5;hp=06c17e8bfdf71daeb31fef91e1f3bdc39a618cfa;hb=ac19750e0fb64986870e9bd9bad52d5ae46e2551;hpb=bfa20ccde2a70b1252dbb614132f1a4cbee815d4 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 } };