From e23500016938ea5e69a064c398efd71d0a3e1037 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 25 Dec 2002 22:16:56 +0000 Subject: [PATCH] Spelling error. This patch was taken from the OpenBSD copy of OpenSSL 0.9.7 beta3 with patches --- apps/ca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ca.c b/apps/ca.c index 8cb5342ce0..c413a0318f 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")))