summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>1999-12-01 16:51:20 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>1999-12-01 16:51:20 +0000
commitdebcac8706e84cc7892278402d65f386b6876137 (patch)
tree447f67a4374324768c3b30145e14198d37e49b36 /usr.bin
parentee3060428072be9c2de5389a85b206ef850dca17 (diff)
typo
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/sshconnect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshconnect.c b/usr.bin/ssh/sshconnect.c
index c15ebe2ca39..abf4d1fc16d 100644
--- a/usr.bin/ssh/sshconnect.c
+++ b/usr.bin/ssh/sshconnect.c
@@ -8,7 +8,7 @@
*/
#include "includes.h"
-RCSID("$Id: sshconnect.c,v 1.43 1999/12/01 14:24:38 markus Exp $");
+RCSID("$Id: sshconnect.c,v 1.44 1999/12/01 16:51:19 markus Exp $");
#include <ssl/bn.h>
#include "xmalloc.h"
@@ -1116,7 +1116,7 @@ ssh_login(int host_key_valid,
u_int32_t rand = 0;
/*
- * Turn of check_host_ip for proxy connects, since
+ * Turn off check_host_ip for proxy connects, since
* we don't have the remote ip-address
*/
if (options.proxy_command != NULL && options.check_host_ip)