From 5d5848c014b43d52cf02877e9cea5499748f1183 Mon Sep 17 00:00:00 2001 From: blambert Date: Tue, 29 Jul 2014 08:51:49 +0000 Subject: [PATCH] Fix a usage string; the proper spelling of 'alot' is 'a lot'. ok bcook@ --- lib/libssl/src/apps/ca.c | 4 ++-- 1 file 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", -- 2.20.1