summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorblambert <>2014-07-29 08:51:49 +0000
committerblambert <>2014-07-29 08:51:49 +0000
commita15598b9562fd9894d22cb29587a6a4fc0638896 (patch)
tree9ab77e632622c612fa420a9f210ba9063e6a6d76 /src
parentb63eafac49ed0f1d07ded42d6190c3f2fbcc71af (diff)
downloadopenbsd-a15598b9562fd9894d22cb29587a6a4fc0638896.tar.gz
openbsd-a15598b9562fd9894d22cb29587a6a4fc0638896.tar.bz2
openbsd-a15598b9562fd9894d22cb29587a6a4fc0638896.zip
Fix a usage string; the proper spelling of 'alot' is 'a lot'.
ok bcook@
Diffstat (limited to 'src')
-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",