=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshconnect.c,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- src/usr.bin/ssh/sshconnect.c 1999/12/01 14:24:38 1.43 +++ src/usr.bin/ssh/sshconnect.c 1999/12/01 16:51:19 1.44 @@ -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 #include "xmalloc.h" @@ -1116,7 +1116,7 @@ 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)