summaryrefslogtreecommitdiff
path: root/sshconnect1.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-04-23 20:56:02 +1000
committerDamien Miller <djm@mindrot.org>2002-04-23 20:56:02 +1000
commitf61c01506f8f78ccaacb55ba750a847486da3e5e (patch)
treeb25f399a089bed37ce1567656a710aa299385eae /sshconnect1.c
parent7a8558d3ea81935888149c89ea9b4ee69ab8d458 (diff)
downloadopenssh-git-f61c01506f8f78ccaacb55ba750a847486da3e5e.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);