Fix spelling typo
authorTheodore Tso <tytso@mit.edu>
Tue, 8 Nov 1994 06:42:49 +0000 (06:42 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 8 Nov 1994 06:42:49 +0000 (06:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4644 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/telnet/telnet/ChangeLog
src/appl/telnet/telnet/commands.c

index 1818f54aef05a59c181622926d61e7af5a6b7ef7..4ce0441f7ef1f54b2fd23ef481a5104efb8977a8 100644 (file)
@@ -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
index 78870442870a7f60adef04efe6896ec69d7973a0..37beb63e2b4d42a0564884fdb0229466c82958b4 100644 (file)
@@ -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 },