aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ca.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-25 22:16:56 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-25 22:16:56 +0000
commite23500016938ea5e69a064c398efd71d0a3e1037 (patch)
treea0c11b112e6bf8af72b506105dee962aac3a2d4f /apps/ca.c
parent821951b851a2dfabcd09b5396844d401ac3467d7 (diff)
downloadopenssl-e23500016938ea5e69a064c398efd71d0a3e1037.tar.gz
Spelling error.
This patch was taken from the OpenBSD copy of OpenSSL 0.9.7 beta3 with patches
Diffstat (limited to 'apps/ca.c')
-rw-r--r--apps/ca.c2
1 files changed, 1 insertions, 1 deletions
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")))