summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2013-08-13 18:32:09 +0000
committerDamien Miller <djm@cvs.openbsd.org>2013-08-13 18:32:09 +0000
commit36d9316376592eac6055e975175f87622c8cf38f (patch)
treeed7ffeed2456600819d8ed1af71b34301e2cd9d9 /usr.bin
parentb6f1ebc902cad461e2750f21729383c7eed56cf3 (diff)
typo in error message; from Stephan Rickauer
Diffstat (limited to 'usr.bin')
-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 eb299a75d9e..a8f7afb4007 100644
--- a/usr.bin/ssh/ssh-keygen.c
+++ b/usr.bin/ssh/ssh-keygen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keygen.c,v 1.230 2013/07/20 01:44:37 djm Exp $ */
+/* $OpenBSD: ssh-keygen.c,v 1.231 2013/08/13 18:32:08 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1948,7 +1948,7 @@ update_krl_from_file(struct passwd *pw, const char *file, const Key *ca,
continue;
if (strncasecmp(cp, "serial:", 7) == 0) {
if (ca == NULL) {
- fatal("revoking certificated by serial number "
+ fatal("revoking certificates by serial number "
"requires specification of a CA key");
}
cp += 7;