summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2010-05-10 02:00:49 +0000
committerkrw <krw@openbsd.org>2010-05-10 02:00:49 +0000
commit7311f44ead9b7f02ffcdd5ab8bc183158507f7d5 (patch)
tree8ef7bb093b53c0beee4bada28bc4810b200af199 /usr.sbin/pppd
parentback out 1.143, it causes data corruption on the mpis in sun v20z boxes, (diff)
downloadwireguard-openbsd-7311f44ead9b7f02ffcdd5ab8bc183158507f7d5.tar.xz
wireguard-openbsd-7311f44ead9b7f02ffcdd5ab8bc183158507f7d5.zip
Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->
'possibility', 'optins' -> 'options', 'resposne' -> 'response', 'unecessary' -> 'unnecessary', 'desination' -> 'destination'. Collected from various misc@ and tech@ postings, many by Brad Tilley.
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r--usr.sbin/pppd/ipcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppd/ipcp.c b/usr.sbin/pppd/ipcp.c
index 34c921bf256..1577557ab77 100644
--- a/usr.sbin/pppd/ipcp.c
+++ b/usr.sbin/pppd/ipcp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipcp.c,v 1.12 2009/10/27 23:59:53 deraadt Exp $ */
+/* $OpenBSD: ipcp.c,v 1.13 2010/05/10 02:00:50 krw Exp $ */
/*
* ipcp.c - PPP IP Control Protocol.
@@ -861,7 +861,7 @@ ipcp_reqci(f, inp, len, reject_if_disagree)
* If he doesn't know our address, or if we both have our address
* but disagree about it, then NAK it with our idea.
*/
- GETLONG(tl, p); /* Parse desination address (ours) */
+ GETLONG(tl, p); /* Parse destination address (ours) */
ciaddr2 = htonl(tl);
IPCPDEBUG((LOG_INFO, "%s)", ip_ntoa(ciaddr2)));
if (ciaddr2 != wo->ouraddr) {