diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 12:04:54 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 12:04:54 +0000 |
commit | 7dcfea0100bdd36891f50e5740f8a01da166b7a8 (patch) | |
tree | 710cb9ca4437832e789d408b97eb9385cd7091d9 /include/arpa | |
parent | 2f1d3e2cdf4534d26d0b712e2d80bdce13126531 (diff) | |
download | FreeBSD-src-7dcfea0100bdd36891f50e5740f8a01da166b7a8.zip FreeBSD-src-7dcfea0100bdd36891f50e5740f8a01da166b7a8.tar.gz |
Fix typo: compatability -> compatibility.
Compatability is not an existing english word.
Add $FreeBSD$.
Diffstat (limited to 'include/arpa')
-rw-r--r-- | include/arpa/telnet.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/arpa/telnet.h b/include/arpa/telnet.h index a9527e0..bae8d8c 100644 --- a/include/arpa/telnet.h +++ b/include/arpa/telnet.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)telnet.h 8.2 (Berkeley) 12/15/93 + * $FreeBSD$ */ #ifndef _ARPA_TELNET_H_ @@ -213,7 +214,7 @@ char *telopts[NTELOPTS+1] = { #define NSLC 30 /* - * For backwards compatability, we define SLC_NAMES to be the + * For backwards compatibility, we define SLC_NAMES to be the * list of names if SLC_NAMES is not defined. */ #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \ |