From 7dcfea0100bdd36891f50e5740f8a01da166b7a8 Mon Sep 17 00:00:00 2001 From: asmodai Date: Tue, 6 Feb 2001 12:04:54 +0000 Subject: Fix typo: compatability -> compatibility. Compatability is not an existing english word. Add $FreeBSD$. --- include/arpa/telnet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/arpa') 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", \ -- cgit v1.1