summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd
diff options
context:
space:
mode:
authormmcc <mmcc@openbsd.org>2015-12-14 03:25:59 +0000
committermmcc <mmcc@openbsd.org>2015-12-14 03:25:59 +0000
commit5dbcbdb5a1fa73763c2f3cdb7f423b8bba5ebbc0 (patch)
treecf9363f6a8dfbfcacba3b046e68b0633b7dffe7e /usr.sbin/pppd
parent"harware" -> "hardware" (diff)
downloadwireguard-openbsd-5dbcbdb5a1fa73763c2f3cdb7f423b8bba5ebbc0.tar.xz
wireguard-openbsd-5dbcbdb5a1fa73763c2f3cdb7f423b8bba5ebbc0.zip
s/begining/beginning/g
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r--usr.sbin/pppd/ipcp.c4
-rw-r--r--usr.sbin/pppd/lcp.c4
2 files changed, 4 insertions, 4 deletions
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? */