From: Richard Levitte Date: Wed, 25 Dec 2002 22:16:56 +0000 (+0000) Subject: Spelling error. X-Git-Tag: OpenSSL_0_9_7a~86^2~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e23500016938ea5e69a064c398efd71d0a3e1037;p=thirdparty%2Fopenssl.git Spelling error. This patch was taken from the OpenBSD copy of OpenSSL 0.9.7 beta3 with patches --- diff --git a/apps/ca.c b/apps/ca.c index 8cb5342ce0c..c413a0318f3 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -1021,7 +1021,7 @@ bad: } if (verbose) - BIO_printf(bio_err, "Succesfully loaded extensions file %s\n", extfile); + BIO_printf(bio_err, "Successfully loaded extensions file %s\n", extfile); /* We can have sections in the ext file */ if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions")))