summaryrefslogtreecommitdiff
path: root/sshconnect1.c
diff options
context:
space:
mode:
authordjm <djm>2002-04-23 10:56:02 +0000
committerdjm <djm>2002-04-23 10:56:02 +0000
commit536e75deb2f077df7a37b824a9c5ca6e283cb9d4 (patch)
treefb230f78f2f57d9b19e55ce614e71d0514a50fd4 /sshconnect1.c
parent6d4e90c42ea95a8055b37a18ad2a08d4fc886cf1 (diff)
downloadopenssh-536e75deb2f077df7a37b824a9c5ca6e283cb9d4.tar.gz
- stevesk@cvs.openbsd.org 2002/04/21 16:25:06
[sshconnect1.c] spelling in error message; ok markus@
Diffstat (limited to 'sshconnect1.c')
-rw-r--r--sshconnect1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect1.c b/sshconnect1.c
index 3b5c7186..d2024a2b 100644
--- a/sshconnect1.c
+++ b/sshconnect1.c
@@ -13,7 +13,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshconnect1.c,v 1.49 2002/03/14 15:24:27 markus Exp $");
+RCSID("$OpenBSD: sshconnect1.c,v 1.50 2002/04/21 16:25:06 stevesk Exp $");
#include <openssl/bn.h>
#include <openssl/md5.h>
@@ -891,7 +891,7 @@ try_challenge_response_authentication(void)
error("Permission denied, please try again.");
if (options.cipher == SSH_CIPHER_NONE)
log("WARNING: Encryption is disabled! "
- "Reponse will be transmitted in clear text.");
+ "Response will be transmitted in clear text.");
response = read_passphrase(prompt, 0);
if (strcmp(response, "") == 0) {
xfree(response);