diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/telnet/encrypt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/telnet/encrypt.c b/usr.bin/telnet/encrypt.c index 2dde9651acc..4781e991b3d 100644 --- a/usr.bin/telnet/encrypt.c +++ b/usr.bin/telnet/encrypt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: encrypt.c,v 1.2 2006/02/01 19:04:37 otto Exp $ */ +/* $OpenBSD: encrypt.c,v 1.3 2006/12/21 02:44:55 krw Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -437,7 +437,7 @@ encrypt_send_support(void) if (str_suplen) { /* * If the user has requested that decryption start - * immediatly, then send a "REQUEST START" before + * immediately, then send a "REQUEST START" before * we negotiate the type. */ if (!Server && autodecrypt) |