diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-01-04 07:55:06 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-01-04 07:55:06 +0000 |
commit | e9b47f4a456840d1b1e0bb387538ff67e43e6593 (patch) | |
tree | d67a1b74591c7902e6c4df964744749bfcfc39f2 /usr.bin/telnet | |
parent | fe161fd4d08c133d67ecc37ae6d94075d1383df5 (diff) |
spelling
Diffstat (limited to 'usr.bin/telnet')
-rw-r--r-- | usr.bin/telnet/commands.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/telnet/commands.c b/usr.bin/telnet/commands.c index 3168ae93999..73a1779cb2c 100644 --- a/usr.bin/telnet/commands.c +++ b/usr.bin/telnet/commands.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commands.c,v 1.19 1998/07/16 18:55:59 deraadt Exp $ */ +/* $OpenBSD: commands.c,v 1.20 1999/01/04 07:55:05 art Exp $ */ /* $NetBSD: commands.c,v 1.14 1996/03/24 22:03:48 jtk Exp $ */ /* @@ -1975,7 +1975,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 }, |