summaryrefslogtreecommitdiffstats
path: root/include/arpa
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1997-08-11 04:19:11 +0000
committerfenner <fenner@FreeBSD.org>1997-08-11 04:19:11 +0000
commite4360f10b8da20f1f875474ca05593c1ed11c97f (patch)
tree9f41ce43e9fbdd146672f3cb1a6cbbf85d58def1 /include/arpa
parent592cfec5fa8136931653e0631802fecbd5042d23 (diff)
downloadFreeBSD-src-e4360f10b8da20f1f875474ca05593c1ed11c97f.zip
FreeBSD-src-e4360f10b8da20f1f875474ca05593c1ed11c97f.tar.gz
Fix typo: "send" -> "end"
PR: bin/3474 Submitted by: graphix@iastate.edu (Kent Vander Velden)
Diffstat (limited to 'include/arpa')
-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 ea3d42f..a9527e0 100644
--- a/include/arpa/telnet.h
+++ b/include/arpa/telnet.h
@@ -305,7 +305,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
OpenPOWER on IntegriCloud