Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-26 01:17:00 +0300
committerRichard Levitte <levitte@openssl.org>2002-12-26 01:17:00 +0300
commit718d8a931d94912f2bc74fc6303b2939e0897ff5 (patch)
tree95ba23884fe40082006e9346d57f82a304762ab1 /apps
parent39db27cb83d68a8be934381c06389d8e7c4a4846 (diff)
Spelling error.
This patch was taken from the OpenBSD copy of OpenSSL 0.9.7 beta3 with patches
Diffstat (limited to 'apps')
-rw-r--r--apps/ca.c2
1 files changed, 1 insertions, 1 deletions
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")))