From: Brendan O'Dea Date: Fri, 29 Oct 2004 04:01:53 +0000 (+0000) Subject: typo X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~392 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/db0ded520aee06ef21acbc519ea078e2463a4a96 typo --- diff --git a/ppp.c b/ppp.c index 0345856..c2c3379 100644 --- a/ppp.c +++ b/ppp.c @@ -1,6 +1,6 @@ // L2TPNS PPP Stuff -char const *cvs_id_ppp = "$Id: ppp.c,v 1.16 2004-09-23 04:01:36 fred_nerk Exp $"; +char const *cvs_id_ppp = "$Id: ppp.c,v 1.17 2004-10-29 04:01:53 bodea Exp $"; #include #include @@ -731,7 +731,7 @@ void processccp(tunnelidt t, sessionidt s, u8 * p, u16 l) log_hex(5, "CCP", p, l); if (l < 2 || (*p != ConfigReq && *p != TerminateReq)) { - log(1, 0, s, t, "Unexpecetd CCP request code %d\n", *p); + log(1, 0, s, t, "Unexpected CCP request code %d\n", *p); STAT(tunnel_rx_errors); return ; }