]> andersk Git - openssh.git/blobdiff - ssh-keygen.c
- markus@cvs.openbsd.org 2005/03/11 14:59:06
[openssh.git] / ssh-keygen.c
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.171879 seconds and 4 git commands to generate.