summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorblambert <>2014-07-29 08:51:49 +0000
committerblambert <>2014-07-29 08:51:49 +0000
commit00cfb3889e6121af5ee9e1dc71f6c57e4a165c06 (patch)
tree9ab77e632622c612fa420a9f210ba9063e6a6d76 /src/lib
parent9bf4aaa7e0515aa08e8a462348fc47d3fec0e831 (diff)
downloadopenbsd-00cfb3889e6121af5ee9e1dc71f6c57e4a165c06.tar.gz
openbsd-00cfb3889e6121af5ee9e1dc71f6c57e4a165c06.tar.bz2
openbsd-00cfb3889e6121af5ee9e1dc71f6c57e4a165c06.zip
Fix a usage string; the proper spelling of 'alot' is 'a lot'.
ok bcook@
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libssl/src/apps/ca.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/apps/ca.c b/src/lib/libssl/src/apps/ca.c
index 06d0c37c52..ccb32bca19 100644
--- a/src/lib/libssl/src/apps/ca.c
+++ b/src/lib/libssl/src/apps/ca.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ca.c,v 1.64 2014/07/14 00:35:10 deraadt Exp $ */ 1/* $OpenBSD: ca.c,v 1.65 2014/07/29 08:51:49 blambert Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -128,7 +128,7 @@
128static const char *ca_usage[] = { 128static const char *ca_usage[] = {
129 "usage: ca args\n", 129 "usage: ca args\n",
130 "\n", 130 "\n",
131 " -verbose - Talk alot while doing things\n", 131 " -verbose - Talk a lot while doing things\n",
132 " -config file - A config file\n", 132 " -config file - A config file\n",
133 " -name arg - The particular CA definition to use\n", 133 " -name arg - The particular CA definition to use\n",
134 " -gencrl - Generate a new CRL\n", 134 " -gencrl - Generate a new CRL\n",