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