diff options
author | 1999-12-01 16:51:19 +0000 | |
---|---|---|
committer | 1999-12-01 16:51:19 +0000 | |
commit | b35e2bc8dd95fb26388db52bed35b15c2e47b809 (patch) | |
tree | 915bc6855cab96fd5655c3c4019da6fc1d87e203 | |
parent | uvm on the i386 (diff) | |
download | wireguard-openbsd-b35e2bc8dd95fb26388db52bed35b15c2e47b809.tar.xz wireguard-openbsd-b35e2bc8dd95fb26388db52bed35b15c2e47b809.zip |
typo
-rw-r--r-- | usr.bin/ssh/sshconnect.c | 4 |
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) |