diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-04 21:37:12 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-04 21:37:12 +0000 |
commit | a8065711c2928c212e57fd0cd80708e15c56e5fc (patch) | |
tree | 3f5c5d22cb5eabbb4eae55693021dfbb40f49643 /include/arpa | |
parent | 14b53759fa58332fe151d95fa04cac4d9c1d8b96 (diff) |
spelling
Diffstat (limited to 'include/arpa')
-rw-r--r-- | include/arpa/telnet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arpa/telnet.h b/include/arpa/telnet.h index e2c26600491..470a155eb15 100644 --- a/include/arpa/telnet.h +++ b/include/arpa/telnet.h @@ -1,4 +1,4 @@ -/* $OpenBSD: telnet.h,v 1.5 1997/09/21 10:46:04 niklas Exp $ */ +/* $OpenBSD: telnet.h,v 1.6 2001/01/04 21:36:58 todd Exp $ */ /* $NetBSD: telnet.h,v 1.4 1994/10/26 00:56:46 cgd Exp $ */ /* @@ -216,7 +216,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", \ |