]> andersk Git - openssh.git/commitdiff
- ian@cvs.openbsd.org 2008/06/12 23:24:58
authordtucker <dtucker>
Fri, 13 Jun 2008 00:21:51 +0000 (00:21 +0000)
committerdtucker <dtucker>
Fri, 13 Jun 2008 00:21:51 +0000 (00:21 +0000)
     [sshconnect.c]
     tweak wording in message, ok deraadt@ jmc@

ChangeLog
sshconnect.c

index 3af83f5f42b6f3cfde3fbb31eafb9b16baa633a8..e87bdbfa2b8ec8b35aebe4ad40fb49b43d1c84a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    - grunk@cvs.openbsd.org 2008/06/12 22:03:36
      [key.c]
      add my copyright, ok djm@
+   - ian@cvs.openbsd.org 2008/06/12 23:24:58
+     [sshconnect.c]
+     tweak wording in message, ok deraadt@ jmc@
   - (dtucker) [clientloop.c serverloop.c]  channel_register_filter now
     takes 2 more args.  with djm@
 
index c998742856641754b2e832becbd42791d5b7f44f..267670771889c9735740d5ab68941007b50a3501 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect.c,v 1.207 2008/06/12 20:38:28 dtucker Exp $ */
+/* $OpenBSD: sshconnect.c,v 1.208 2008/06/12 23:24:58 ian Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -850,7 +850,7 @@ check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port,
                        error("@       WARNING: POSSIBLE DNS SPOOFING DETECTED!          @");
                        error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@");
                        error("The %s host key for %s has changed,", type, host);
-                       error("and the key for the according IP address %s", ip);
+                       error("and the key for the corresponding IP address %s", ip);
                        error("%s. This could either mean that", key_msg);
                        error("DNS SPOOFING is happening or the IP address for the host");
                        error("and its host key have changed at the same time.");
This page took 0.088769 seconds and 5 git commands to generate.