summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keygen.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2005-03-11 14:59:06 +0000
committermarkus <markus@openbsd.org>2005-03-11 14:59:06 +0000
commitf89063b8d5d9ea3e3b75ac741123b5b088f49b8b (patch)
treef5d2c318d75ba49dee43e2e766c66b94b9841289 /usr.bin/ssh/ssh-keygen.c
parentOnly print preconfigured interrupt table if option DEBUG, as done for openpic. (diff)
downloadwireguard-openbsd-f89063b8d5d9ea3e3b75ac741123b5b088f49b8b.tar.xz
wireguard-openbsd-f89063b8d5d9ea3e3b75ac741123b5b088f49b8b.zip
typo, missing \n; mpech
Diffstat (limited to 'usr.bin/ssh/ssh-keygen.c')
-rw-r--r--usr.bin/ssh/ssh-keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c
index 901b0f4e1a1..8b648b03285 100644
--- a/usr.bin/ssh/ssh-keygen.c
+++ b/usr.bin/ssh/ssh-keygen.c
@@ -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);
}