summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-12 11:43:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-12 11:43:37 +0000
commitd0a5ccbf2b609d5090e1dcbaba6e824cdc74602a (patch)
tree7078127077fde3985cdf0f140b9c38fdc1d4e35f /include
parentf4d5791b906e20388386e171905b11c29d30cfa4 (diff)
typo; graphix@iastate.edu
Diffstat (limited to 'include')
-rw-r--r--include/arpa/telnet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arpa/telnet.h b/include/arpa/telnet.h
index f396e1050dc..e566167826d 100644
--- a/include/arpa/telnet.h
+++ b/include/arpa/telnet.h
@@ -307,7 +307,7 @@ extern char *authtype_names[];
#define ENCRYPT_START 3 /* Am starting to send encrypted */
#define ENCRYPT_END 4 /* Am ending encrypted */
#define ENCRYPT_REQSTART 5 /* Request you start encrypting */
-#define ENCRYPT_REQEND 6 /* Request you send encrypting */
+#define ENCRYPT_REQEND 6 /* Request you end encrypting */
#define ENCRYPT_ENC_KEYID 7
#define ENCRYPT_DEC_KEYID 8
#define ENCRYPT_CNT 9