From 00cfb3889e6121af5ee9e1dc71f6c57e4a165c06 Mon Sep 17 00:00:00 2001 From: blambert <> Date: Tue, 29 Jul 2014 08:51:49 +0000 Subject: Fix a usage string; the proper spelling of 'alot' is 'a lot'. ok bcook@ --- src/lib/libssl/src/apps/ca.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') 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 @@ -/* $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", -- cgit v1.2.3-55-g6feb