diff options
| author | Theodore Tso <tytso@mit.edu> | 1994-11-08 06:42:49 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1994-11-08 06:42:49 +0000 |
| commit | dcc7a9822bf6c10afb471ca125b33f7077d61f6b (patch) | |
| tree | 4d6c1710a474becb56bb1efa65f73a11ff6d43db /src | |
| parent | 01eb9ede3720ad385f5d7fc42dfac9783d75d58b (diff) | |
Fix spelling typo
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4644 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/telnet/telnet/ChangeLog | 4 | ||||
| -rw-r--r-- | src/appl/telnet/telnet/commands.c | 2 |
2 files changed, 5 insertions, 1 deletions
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 }, |
