diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 12:05:58 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 12:05:58 +0000 |
commit | 7d76aced28ec9c258bd533a4e33516f71f44b6de (patch) | |
tree | 51f7811d4e593e1c5d5f38cc3d2fbeec28fcd3fe /contrib/telnet/arpa | |
parent | 7dcfea0100bdd36891f50e5740f8a01da166b7a8 (diff) | |
download | FreeBSD-src-7d76aced28ec9c258bd533a4e33516f71f44b6de.zip FreeBSD-src-7d76aced28ec9c258bd533a4e33516f71f44b6de.tar.gz |
Fix typo: compatability -> compatibility.
Compatability is not an existing english word.
Diffstat (limited to 'contrib/telnet/arpa')
-rw-r--r-- | contrib/telnet/arpa/telnet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/telnet/arpa/telnet.h b/contrib/telnet/arpa/telnet.h index d794267..b8d3856 100644 --- a/contrib/telnet/arpa/telnet.h +++ b/contrib/telnet/arpa/telnet.h @@ -214,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", \ |