From dcc7a9822bf6c10afb471ca125b33f7077d61f6b Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Tue, 8 Nov 1994 06:42:49 +0000 Subject: [PATCH] Fix spelling typo git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4644 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/telnet/telnet/ChangeLog | 4 ++++ src/appl/telnet/telnet/commands.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index 1818f54ae..4ce0441f7 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/ChangeLog @@ -1,3 +1,7 @@ +Tue Nov 8 01:42:13 1994 Theodore Y. Ts'o (tytso@dcl) + + * commands.c (EncryptList): Fix spelling typo. + Mon Nov 7 22:40:17 1994 Theodore Y. Ts'o (tytso@dcl) * commands.c (auth_cmd, encrypt_cmd): Print an error message if diff --git a/src/appl/telnet/telnet/commands.c b/src/appl/telnet/telnet/commands.c index 788704428..37beb63e2 100644 --- a/src/appl/telnet/telnet/commands.c +++ b/src/appl/telnet/telnet/commands.c @@ -2021,7 +2021,7 @@ struct encryptlist EncryptList[] = { EncryptEnable, 1, 1, 2 }, { "disable", "Disable encryption. ('encrypt enable ?' for more)", EncryptDisable, 0, 1, 2 }, - { "type", "Set encryptiong type. ('encrypt type ?' for more)", + { "type", "Set encryption type. ('encrypt type ?' for more)", EncryptType, 0, 1, 1 }, { "start", "Start encryption. ('encrypt start ?' for more)", EncryptStart, 1, 0, 1 }, -- 2.26.2