diff options
author | brian <brian@cvs.openbsd.org> | 2002-07-01 11:14:34 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 2002-07-01 11:14:34 +0000 |
commit | 8c9f751ddcfa822521133be69ef734f0f32506a7 (patch) | |
tree | 8525e52161018acbf5b263e5a19fd3eecfdd7d6e /usr.sbin/ppp | |
parent | 95b36bea87fed80db24a2d4c6f8efe7ab039e4e0 (diff) |
Spelling
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp/slcompress.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/slcompress.h b/usr.sbin/ppp/ppp/slcompress.h index f7eafaead99..84dd3aad91f 100644 --- a/usr.sbin/ppp/ppp/slcompress.h +++ b/usr.sbin/ppp/ppp/slcompress.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $OpenBSD: slcompress.h,v 1.4 2002/06/14 21:35:01 todd Exp $ + * $OpenBSD: slcompress.h,v 1.5 2002/07/01 11:14:33 brian Exp $ * * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989: * - Initial distribution. @@ -42,7 +42,7 @@ * * There are 5 numbers which can change (they are always inserted * in the following order): TCP urgent pointer, window, - * acknowledgement, sequence number and IP ID. (The urgent pointer + * acknowlegement, sequence number and IP ID. (The urgent pointer * is different from the others in that its value is sent, not the * change in value.) Since typical use of SLIP links is biased * toward small packets (see comments on MTU/MSS below), changes |