diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-01-05 22:28:10 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-01-05 22:28:10 +0000 |
commit | 236e94fb20079bc0721d6c169cd5e90f90bedc78 (patch) | |
tree | d1af819cfa3a02c8ab0f4488024f86930d4f0202 /usr.sbin/ppp | |
parent | 094059e2383b8369f3f8dc48a4d120e1fab388bd (diff) |
- properly spell "packet".
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp/alias_skinny.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/alias_skinny.c b/usr.sbin/ppp/ppp/alias_skinny.c index f1b6a4ee7e8..2e46eea1cb4 100644 --- a/usr.sbin/ppp/ppp/alias_skinny.c +++ b/usr.sbin/ppp/ppp/alias_skinny.c @@ -27,7 +27,7 @@ * * Author: Joe Marcus Clarke <marcus@FreeBSD.org> * - * $OpenBSD: alias_skinny.c,v 1.1 2005/07/26 01:32:25 brad Exp $ + * $OpenBSD: alias_skinny.c,v 1.2 2010/01/05 22:28:09 jasper Exp $ */ #include <stdio.h> @@ -238,7 +238,7 @@ AliasHandleSkinny(struct ip *pip, struct alias_link *link) * the packet using len to determine message boundaries. This comes * into play big time with port messages being in the same packet as * register messages. Also, open receive channel acks are - * usually buried in a pakcet some 400 bytes long. + * usually buried in a packet some 400 bytes long. */ while (dlen >= skinny_hdr_len) { len = (sd->len); |