]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2005/03/11 14:59:06
authordtucker <dtucker>
Mon, 14 Mar 2005 12:09:18 +0000 (12:09 +0000)
committerdtucker <dtucker>
Mon, 14 Mar 2005 12:09:18 +0000 (12:09 +0000)
     [ssh-keygen.c]
     typo, missing \n; mpech

ChangeLog
ssh-keygen.c

index d3d601e2fb211457c296610a2117f5ce0acc6b27..1e9aa947b817b4ac9b1e97cfb7d8b9fc76b085d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@
    - deraadt@cvs.openbsd.org 2005/03/10 22:40:38
      [auth-options.c]
      spacing
+   - markus@cvs.openbsd.org 2005/03/11 14:59:06
+     [ssh-keygen.c]
+     typo, missing \n; mpech
 
 20050313
  - (dtucker) [contrib/cygwin/ssh-host-config] Makes the query for the
index b38e9c9c44b713b6116c71eb0234686a453872ad..92885506a9d6e0030c48e226db201bb2706caf13 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-keygen.c,v 1.121 2005/03/10 22:01:06 deraadt Exp $");
+RCSID("$OpenBSD: ssh-keygen.c,v 1.122 2005/03/11 14:59:06 markus Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/pem.h>
@@ -707,7 +707,7 @@ do_known_hosts(struct passwd *pw, const char *name)
                    identity_file);
                if (inplace) {
                        fprintf(stderr, "Not replacing existing known_hosts "
-                           "file beacuse of errors");
+                           "file because of errors\n");
                        fclose(out);
                        unlink(tmp);
                }
This page took 0.160485 seconds and 5 git commands to generate.