From 718d8a931d94912f2bc74fc6303b2939e0897ff5 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 25 Dec 2002 22:17:00 +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 705c705c0a..93e61f610b 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"))) -- 2.25.1