From 5dbcbdb5a1fa73763c2f3cdb7f423b8bba5ebbc0 Mon Sep 17 00:00:00 2001 From: mmcc Date: Mon, 14 Dec 2015 03:25:59 +0000 Subject: s/begining/beginning/g --- usr.sbin/pppd/ipcp.c | 4 ++-- usr.sbin/pppd/lcp.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/pppd') diff --git a/usr.sbin/pppd/ipcp.c b/usr.sbin/pppd/ipcp.c index 245f73fc28c..1296d897b14 100644 --- a/usr.sbin/pppd/ipcp.c +++ b/usr.sbin/pppd/ipcp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipcp.c,v 1.14 2015/01/16 06:40:19 deraadt Exp $ */ +/* $OpenBSD: ipcp.c,v 1.15 2015/12/14 03:25:59 mmcc Exp $ */ /* * ipcp.c - PPP IP Control Protocol. @@ -806,7 +806,7 @@ ipcp_reqci(f, inp, len, reject_if_disagree) next = inp; while (l) { orc = CONFACK; /* Assume success */ - cip = p = next; /* Remember begining of CI */ + cip = p = next; /* Remember beginning of CI */ if (l < 2 || /* Not enough data for CI header or */ p[1] < 2 || /* CI length too small or */ p[1] > l) { /* CI length too big? */ diff --git a/usr.sbin/pppd/lcp.c b/usr.sbin/pppd/lcp.c index d09659d0e9c..2d438b881f8 100644 --- a/usr.sbin/pppd/lcp.c +++ b/usr.sbin/pppd/lcp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lcp.c,v 1.12 2015/06/12 14:18:25 mikeb Exp $ */ +/* $OpenBSD: lcp.c,v 1.13 2015/12/14 03:25:59 mmcc Exp $ */ /* * lcp.c - PPP Link Control Protocol. @@ -1185,7 +1185,7 @@ lcp_reqci(f, inp, lenp, reject_if_disagree) rejp = inp; while (l) { orc = CONFACK; /* Assume success */ - cip = p = next; /* Remember begining of CI */ + cip = p = next; /* Remember beginning of CI */ if (l < 2 || /* Not enough data for CI header or */ p[1] < 2 || /* CI length too small or */ p[1] > l) { /* CI length too big? */ -- cgit v1.2.3-59-g8ed1b